@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bXIjagp>
  pico:hasAge "32"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ae1ab3a6-2aab-c4ba-89d4-6b2b6cf8884e"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Wijmen"@nl ;
  schema:familyName "van Wijmen"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  schema:children <https://n2t.net/ark:/60537/b5CTVpa> ;
  schema:spouse <https://n2t.net/ark:/60537/bdxuKer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqpmY7F> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/641623> ;
  schema:additionalName [
    ns0:baseSurname "Wijmen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

