@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/bzYza3w>
  schema:givenName "Gerritje"^^xsd:string ;
  schema:name "Gerritje van Maaren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6c72cb8f-e88c-3782-5c2b-2baa53410d43"^^xsd:string ;
  schema:familyName "van Maaren"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bHT8YUD> ;
  schema:children <https://n2t.net/ark:/60537/bs3YmeA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bSVdj8J> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2421137> ;
  schema:additionalName [
    ns0:baseSurname "Maaren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

