@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/bG0QvXW>
  schema:familyName "de Weger"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2476426-1389-3343-72c8-87e1ab1ec7b3"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje de Weger"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0132jg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2c447450-c40f-6e63-feac-84076a74f1b0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2032665> ;
  schema:birthDate "1874-11-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Weger"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

