@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/bdWTUwn>
  schema:givenName "Hendrik Willem"^^xsd:string ;
  schema:name "Hendrik Willem van Markestijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a4b05ea8-d49d-d9c4-ec13-2c22a48b2fb0"^^xsd:string ;
  schema:hasOccupation "Onderwijzer"@nl ;
  schema:familyName "van Markestijn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wijk_bij_Duurstede> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018r57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dda909b5-13f9-f755-c29a-a388f322ac0f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2817318> ;
  schema:birthDate "1887-05-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Markestijn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

