@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/bhh4U25>
  schema:givenName "Anna Helena"^^xsd:string ;
  schema:name "Anna Helena Gijsman"@nl ;
  schema:familyName "Gijsman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/396e3b2c-900d-82a5-a045-c247eecb45a7"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bCgeF06> ;
  schema:spouse <https://n2t.net/ark:/60537/bNIJuUh> ;
  schema:children <https://n2t.net/ark:/60537/by6fxIh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571919> .

