@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/bR2VA8z>
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Meewezen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2988751d-2f0e-054a-1c34-85e0b53de610"^^xsd:string ;
  schema:familyName "Meewezen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zk2p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3d6b5334-85af-580a-1032-0a0a88325fe3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2095883> ;
  schema:birthDate "1886-03-09"^^xsd:date .

