@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/bHtKjAI>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Hageman"@nl ;
  schema:familyName "Hageman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/01b97d2d-f1b1-8ac8-d761-2884a21c74ed"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEyWfao> ;
  schema:spouse <https://n2t.net/ark:/60537/bPaDsXV> ;
  schema:children <https://n2t.net/ark:/60537/bzz9vLN> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2092352> .

