@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/bABFaCV>
  schema:givenName "Aretje"^^xsd:string ;
  schema:name "Aretje de Lange"@nl ;
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/be7fb558-1f91-218f-98da-3226ed625f78"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/89803377-8384-8633-2eab-5e42c493b1db> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2389302> ;
  schema:birthDate "1867-11-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

