@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/b8k0u4p>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana de Heij"@nl ;
  schema:familyName "de Heij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c958590-fc67-2453-6b24-baeb5f669a6b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f681f974-b746-a9e6-7993-d95afcc21e07> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2718238> ;
  schema:birthDate "1893-08-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Heij"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

