@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/b5CUhd8>
  schema:givenName "Esther"^^xsd:string ;
  schema:name "Esther van Dam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e160f8ba-f657-0902-d266-29b1a95d0294"^^xsd:string ;
  schema:familyName "van Dam"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/78afab69-9374-b2b3-eba1-de2e77f83877> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2324415> ;
  schema:birthDate "1850-09-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

