@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/bJm2U7S>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham van Vlaardingen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d9237923-e2af-f50e-7dcc-afaa91369e2d"^^xsd:string ;
  schema:familyName "van Vlaardingen"^^xsd:string ;
  schema:hasOccupation "Warmoezenier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q91t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ca692b76-6ea6-2766-cb62-e092ca0b48c8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2602595> ;
  schema:birthDate "1843-04-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vlaardingen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

