@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/bywF5FC>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Kruijsheer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b3182b2-5514-9de5-82f0-f68060f13f9a"^^xsd:string ;
  schema:familyName "Kruijsheer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bHg24sC> ;
  schema:children <https://n2t.net/ark:/60537/bhUb8vS> ;
  schema:spouse <https://n2t.net/ark:/60537/bqOLXir> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2076476> .

