@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/bVQ1pC1>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Gommans"@nl ;
  schema:familyName "Gommans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3251d04c-60e9-5aed-855a-641ffa334689"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bC3ycU4> ;
  schema:spouse <https://n2t.net/ark:/60537/bG0QM0B> ;
  schema:children <https://n2t.net/ark:/60537/bNVrAO9> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2315639> .

