@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/b7HUmsC>
  schema:familyName "den Haag"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a50689e1-80db-c0d4-a738-ed5cb566347b"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter den Haag"@nl ;
  schema:hasOccupation "Pijpmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010tcq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cf69e317-fb4f-7d81-49f1-7779924d1467> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2623725> ;
  schema:birthDate "1828-09-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Haag"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

