@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/b9ZBT4Q>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus van Es"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68cba956-db99-ed76-d946-e4eb43dd3c56"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "van Es"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e8165ae0-34c3-8816-e053-2368d1b6f964> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2691163> ;
  schema:birthDate "1816-05-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

