@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/bEmfg0W>
  schema:familyName "Bosch"^^xsd:string ;
  schema:givenName "Catharina Johanna Maria"^^xsd:string ;
  schema:name "Catharina Johanna Maria Bosch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/77d09722-3e4c-d48e-42d6-47d484935032"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z7wt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6201121d-a1bf-efea-0982-555b03469463> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2236437> ;
  schema:birthDate "1867-04-19"^^xsd:date .

