@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/bOyxTWS>
  schema:givenName "Hendrikus Johannes"^^xsd:string ;
  schema:name "Hendrikus Johannes van Munster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d0da9109-d6d4-c746-b06d-bdc45f1bf4ba"^^xsd:string ;
  schema:familyName "van Munster"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018ztc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cdb6636f-6707-4143-467d-ca80a69fa26d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2616148> ;
  schema:birthDate "1906-08-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Munster"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

