A functor $F: \mathcal{C} \to \mathbf{Set}$ assigns:
$F(\text{Person}) = {\text{Alice},\ \text{Bob}}$
$F(\text{City}) = {\text{Boston},\ \text{LA}}$
$F(\text{lives_in}) = {(\text{Alice},\ \text{Boston}),\ (\text{Bob},\ \text{LA})}$