@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/bQqPUR6>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e5b4de39-f591-dbdd-373c-40fa44afffaa"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Ham"@nl ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:familyName "van Ham"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z9np> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b0f39040-353b-901d-d4f8-c4c5f3af754e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2507070> ;
  schema:birthDate "1834-11-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ham"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

