@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/bHT8w1X>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje van Groningen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56ac1a13-d7fa-c398-b2a9-a59b24c7d890"^^xsd:string ;
  schema:familyName "van Groningen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/baPopbk> ;
  schema:children <https://n2t.net/ark:/60537/bPB1EoY> ;
  schema:spouse <https://n2t.net/ark:/60537/bXvCtbH> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/618295> ;
  schema:additionalName [
    ns0:baseSurname "Groningen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

