@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/biJYF56>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Luiten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a3b61e16-d720-62ec-a334-fa705f14aebf"^^xsd:string ;
  schema:familyName "Luiten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zegwaart> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bFBrx3z> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/570577> ;
  schema:birthDate "1865-12-13"^^xsd:date .

