@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/bGdyvNW>
  schema:familyName "de Wilde"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/582e462c-596f-4ef1-35c8-de6adfa71db4"^^xsd:string ;
  schema:givenName "Neeltje Alida"^^xsd:string ;
  schema:name "Neeltje Alida de Wilde"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Noord-Waddinxveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qf9n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/85ee2ec4-d0ac-204b-d720-e1701a949c1f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2375671> ;
  schema:birthDate "1858-12-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilde"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

