@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/b4a0hsL>
  schema:familyName "de Haan"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ddbbfe7a-3a0c-88a1-fe14-d704961bdf2b"^^xsd:string ;
  schema:givenName "Lena"^^xsd:string ;
  schema:name "Lena de Haan"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/34b999c5-a845-86dc-5043-8a55358a93c9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2065351> ;
  schema:birthDate "1845-09-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Haan"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

