@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/bLQs2FB>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Heij"@nl ;
  schema:familyName "Heij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e650439f-50c8-919b-b1bd-57023fdee8ba"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bDVRdRJ> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bmenJX9> ;
  schema:spouse <https://n2t.net/ark:/60537/bTL1Rs6> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2588335> .

