@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/bfpNpzM>
  schema:givenName "Barbara"^^xsd:string ;
  schema:name "Barbara van de Wal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/40041562-18d2-c159-2d23-0bb876f9db2b"^^xsd:string ;
  schema:familyName "van de Wal"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/b7vcAL3>, <https://n2t.net/ark:/60537/bojodrr> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMTe5> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2531301> ;
  schema:birthDate "1821-03-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wal"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

