@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#> .

<https://n2t.net/ark:/60537/bC3yZg3>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Zandvoort"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f61f4a4a-8b3f-a1ac-9a34-04e8c6a71c4a"^^xsd:string ;
  schema:familyName "Zandvoort"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qbkt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a2d49837-8d75-f8af-e683-5182b457dcb2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2452334> ;
  schema:birthDate "1859-08-06"^^xsd:date .

