@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/bDiLcs2>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Dekker"@nl ;
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b27625d5-8216-36b6-4317-eb9c71d36c0b"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bLdm1fU> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bngS8Er> ;
  schema:children <https://n2t.net/ark:/60537/bT7VQ14> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2604787> .

