@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/bGdy8gG>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/df72edf9-4d07-1748-b58e-6b1399a8bfd1"^^xsd:string ;
  schema:givenName "Jannetje"^^xsd:string ;
  schema:name "Jannetje van Wilgenburg"@nl ;
  schema:familyName "van Wilgenburg"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bd74Ues> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1976731> ;
  schema:birthDate "1865-12-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilgenburg"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

