@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/btWgRE8>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Sluiter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ee5a6a7-de31-5a38-bf27-f3aa1b785730"^^xsd:string ;
  schema:familyName "Sluiter"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bBQRGuf> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgeA0Rw> ;
  schema:children <https://n2t.net/ark:/60537/bm1H2Oa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2857223> .

