@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/bbRTIpP>
  schema:givenName "Abraham Pancras"^^xsd:string ;
  schema:name "Abraham Pancras van Wijk"@nl ;
  schema:hasOccupation "Fabriekswerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c31d902-c4a6-2d67-83ef-a204adb00378"^^xsd:string ;
  schema:familyName "van Wijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0146kr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/85de89ff-b93e-1720-18a2-9785ca4cb004> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2375458> ;
  schema:birthDate "1887-09-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

