@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/bPaDpAR>
  schema:givenName "Alphonsus Maria"^^xsd:string ;
  schema:name "Alphonsus Maria van Munster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c1a16470-0fb3-ef7f-bae8-df000d76f1b7"^^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/2d0c35e1-d611-ee3d-6634-c17baee8304b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2035662> ;
  schema:birthDate "1904-10-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Munster"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

