@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/bvOzQxC>
  schema:givenName "Heiltje Cornelia"^^xsd:string ;
  schema:name "Heiltje Cornelia van Dam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0f314aa5-59db-350e-678c-cfa5bcb2e94d"^^xsd:string ;
  schema:familyName "van Dam"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01555r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f54ceb7f-4acf-6d29-e4e4-0892ce8f36f8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2713475> ;
  schema:birthDate "1900-04-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

