@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/bV0dFvY>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida van Es"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00b5f0bf-2470-e5ed-8810-7eb2b2d54276"^^xsd:string ;
  schema:familyName "van Es"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6fff1a9a-0fae-43ae-3dd1-1b9e325915e9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2290956> ;
  schema:birthDate "1884-05-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

