@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/bPNKc88>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f8a24b8-dd72-4b7b-ac63-f324df4aff5f"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zierikzee> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rwcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f10c369f-9aa7-8bf3-e5ca-b73bec0e9d1e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2857584> ;
  schema:birthDate "1827-10-04"^^xsd:date .

