@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/beZpeZk>
  schema:hasOccupation "Bakker"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Vis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b2413954-a382-54c9-551c-f33e4d38e298"^^xsd:string ;
  schema:familyName "Vis"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z4gq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/90f450ac-c6ef-ff56-97ee-d38149d18856> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2749579> ;
  schema:birthDate "1849-10-04"^^xsd:date .

