@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/b3kdiKX>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Stigter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd817402-fe9d-4467-1119-53c21b4fc0a5"^^xsd:string ;
  schema:familyName "Stigter"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00khzw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fb3e7b97-861f-49b7-5a16-62dd1dfc9f28> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2866584> ;
  schema:birthDate "1870-03-09"^^xsd:date .

