@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/bw1gznG>
  schema:givenName "Catherine"^^xsd:string ;
  schema:name "Catherine Jakobs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fde574e5-3034-2bcc-b196-fe5fb811d51d"^^xsd:string ;
  schema:familyName "Jakobs"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bo6FsFA> ;
  schema:spouse <https://n2t.net/ark:/60537/btWgLVp> ;
  schema:children <https://n2t.net/ark:/60537/bZnVmMI> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2755218> .

