@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#> .

<https://n2t.net/ark:/60537/b2hITot>
  schema:givenName "Geertruij"^^xsd:string ;
  schema:name "Geertruij Wouters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7e89ac35-0705-c8f8-b2e5-9cc6dda32a8a"^^xsd:string ;
  schema:familyName "Wouters"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEmeqCG> ;
  schema:children <https://n2t.net/ark:/60537/bMtyjsP> ;
  schema:spouse <https://n2t.net/ark:/60537/bUo88fH> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2846220> .

