@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/bYkqAWH>
  schema:givenName "Andries Philippus"^^xsd:string ;
  schema:name "Andries Philippus van Es"@nl ;
  schema:hasOccupation "Blikslager"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/37ce6f48-e3b1-0aef-4081-af60f4e48565"^^xsd:string ;
  schema:familyName "van Es"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7f9ede75-67de-4c30-f46a-1fe5b24e4803> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351453> ;
  schema:birthDate "1848-05-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

