@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/bvOzDm6>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Visser"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/02c1edd6-0d87-8117-e436-a00b43f67c13"^^xsd:string ;
  schema:hasOccupation "Timmerman (gemeente)"@nl ;
  schema:familyName "Visser"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cwtn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a97b46e8-e337-759e-391d-69d6f3397a1f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2477908> ;
  schema:birthDate "1881-07-13"^^xsd:date .

