@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/bachR6O>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis den Haag"@nl ;
  schema:familyName "den Haag"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d2765b0b-a4f4-b30c-709b-b2b1be84fcb4"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dcr5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0f202378-e7d1-c5fb-68cd-1c3dac326d35> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1937364> ;
  schema:birthDate "1825-12-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Haag"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

