@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/beZpapx>
  schema:givenName "Arnoldus Jacobus"^^xsd:string ;
  schema:name "Arnoldus Jacobus van Erp"@nl ;
  schema:hasOccupation "Broodbakker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b874ccda-adb3-9102-d55e-1b1d82d937db"^^xsd:string ;
  schema:familyName "van Erp"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bemmel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h90b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e2204015-28f4-889a-9aa3-69cd47276eff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2667471> ;
  schema:birthDate "1826-04-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Erp"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

