@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/bkbSz81>
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/73ef9e2c-3b53-b05e-5a76-db602dc1ad25"^^xsd:string ;
  schema:givenName "Mijntje"^^xsd:string ;
  schema:name "Mijntje de Lange"@nl ;
  schema:birthPlace "Stein"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/29c4c881-284b-769d-5a6b-7998157a32b4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2022660> ;
  schema:birthDate "1863-10-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

