@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/bxu9SCa>
  schema:familyName "de Wit"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd1df5f9-4e77-3d8b-5b5c-bd050daa54bf"^^xsd:string ;
  schema:givenName "Niesje"^^xsd:string ;
  schema:name "Niesje de Wit"@nl ;
  schema:birthPlace "Stein"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t45m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6c06a73a-07ea-623d-2bbe-9165336dac71> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2275742> ;
  schema:birthDate "1858-09-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wit"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

