@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/bgshISr>
  schema:givenName "Gerardina"^^xsd:string ;
  schema:name "Gerardina Oosterling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/81aa9147-8c12-1e86-d2b8-68e31456bd35"^^xsd:string ;
  schema:familyName "Oosterling"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bgshISr> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bJm24qd> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2442855> .

