@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/bEmeYpf>
  schema:givenName "Hendrik Jan"^^xsd:string ;
  schema:name "Hendrik Jan van der Hee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2cb19a6-cb71-e6e6-1dd2-cbb6d1a43ea3"^^xsd:string ;
  schema:hasOccupation "Schilder"@nl ;
  schema:familyName "van der Hee"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cwtn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10d75578-005b-11f9-9fb7-9694ff2aae40> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1943824> ;
  schema:birthDate "1888-09-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hee"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

