@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/brrSI7s>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Dam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/50a819c6-7a78-1ec7-7a78-36772ff0fa17"^^xsd:string ;
  schema:familyName "van Dam"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/efd3161f-2c51-835a-ab28-9b3ede79906d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2852796> ;
  schema:birthDate "1872-01-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

