@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/bhuMNiN>
  schema:familyName "de Heus"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c30a7f65-249b-adf4-2563-abe13244b641"^^xsd:string ;
  schema:givenName "Pieter Jan"^^xsd:string ;
  schema:name "Pieter Jan de Heus"@nl ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Culemborg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01dgdg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3b9ece5d-0652-27e9-9ac6-9642fbb04dca> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2088970> ;
  schema:birthDate "1879-03-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Heus"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

