@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/bBQR2zc>
  schema:givenName "Andries Philippus"^^xsd:string ;
  schema:name "Andries Philippus van Es"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/15ad78cc-545e-1f50-4067-468a0b5118f0"^^xsd:string ;
  schema:familyName "van Es"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zxz7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4ebc918c-5026-d2b0-f403-de07352fe3e8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2162620> ;
  schema:birthDate "1896-04-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

