@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/bXhUQQK>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Wiezer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/681aa176-3b87-f7f1-eeba-1f90a03cc875"^^xsd:string ;
  schema:familyName "Wiezer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1f3e3ec6-45c2-5121-d3f9-cbcc4a0f1b98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1981483> ;
  schema:birthDate "1844-11-25"^^xsd:date .

