@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/bfPbVpm>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van Waas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/472a2007-c218-e597-1aec-c29af3560fae"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:familyName "van Waas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qwgn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f489a0d5-2443-6d1a-962c-49bef0e1c93a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2708142> ;
  schema:birthDate "1813-05-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Waas"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

