@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/bIVEK5M>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Nabbe"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/650d81b7-da28-75dd-0552-cd47a73d3b77"^^xsd:string ;
  schema:familyName "Nabbe"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dcd7ceb4-521f-bbc2-09e8-aadfda8e65b6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2814164> ;
  schema:birthDate "1862-01-19"^^xsd:date .

