@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/bNVrbq6>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Eck"@nl ;
  schema:familyName "Eck"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af6b70c7-daf8-8d9d-678c-5bdcc090f539"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bG0QnDz> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjZagU4> ;
  schema:children <https://n2t.net/ark:/60537/bVQ10fn> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/592521> .

