@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bc4Bdjx>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis van Schaik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0096a646-daac-e53d-a9dc-53061c0c5d91"^^xsd:string ;
  schema:hasOccupation "Kapper"@nl ;
  schema:birthPlace "Polsbroek"@nl ;
  schema:familyName "van Schaik"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bC3y8SX> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2187856> ;
  schema:birthDate "1899-09-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Schaik"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

