@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/bT7VcYs>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Zoet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/facaedbc-a1f8-e112-cce7-31732dab538e"^^xsd:string ;
  schema:familyName "Zoet"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b12vY6y> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bcuYQnr> ;
  schema:children <https://n2t.net/ark:/60537/bLdkpaU> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1946265> .

