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

<https://n2t.net/ark:/60537/bPNJj23>
  pico:hasAge "24"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Stuijvenberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0ee71925-904a-1264-13ef-abda6c42a2db"^^xsd:string ;
  schema:familyName "Stuijvenberg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b1fc8rf> ;
  schema:spouse <https://n2t.net/ark:/60537/b5CTSYw> ;
  schema:children <https://n2t.net/ark:/60537/bXIj7Py> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/604276> .

