@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/bPok7Tv>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje van Heteren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b370fdf2-99e9-fc47-945f-c79254ec883f"^^xsd:string ;
  schema:familyName "van Heteren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/beMGpaa> ;
  schema:spouse <https://n2t.net/ark:/60537/bHtKj4C> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/574> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2083195> ;
  schema:additionalName [
    ns0:baseSurname "Heteren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

