@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/bHtKSZL>
  schema:familyName "den Edel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/53bfff8f-f92e-b11a-475f-5a4ed61c04bd"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje den Edel"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w9vg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f4439d51-05a6-31b5-4806-36a32760fc98> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2707055> ;
  schema:birthDate "1899-02-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Edel"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

