@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/bxTzaW8>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje van Wijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/488bc024-7e9c-44b4-6315-ff5f44b33cbb"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:familyName "van Wijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIVDAbZ> ;
  schema:children <https://n2t.net/ark:/60537/bpYYn8s> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2212521> ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

