@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/bNw2dUK>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Grendel"@nl ;
  schema:familyName "Grendel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/22c2d9be-5e7f-662f-0a79-cf44eedb0873"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bchhnbo> ;
  schema:children <https://n2t.net/ark:/60537/bFBsq5R> ;
  schema:spouse <https://n2t.net/ark:/60537/bxGRBhZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2315493> .

