@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/bsTLZzW>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van Havezaad"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b3f4adc-7cfa-be5e-bf4c-be7443552d91"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:familyName "van Havezaad"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7d39b0a0-90f6-6255-5df3-424146b5d393> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2341898> ;
  schema:birthDate "1829-11-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Havezaad"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

