@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/bdWTJrp>
  schema:familyName "de Wilde"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dc4eeb79-9336-a0ec-dd9d-239b0542da7f"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje de Wilde"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQ0qU9R> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2619086> ;
  schema:birthDate "1836-08-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilde"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

