@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/bbsuUhP>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Zoet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/77175fee-da69-1620-458f-7290045b278a"^^xsd:string ;
  schema:familyName "Zoet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfqj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/087de95e-2bfe-e87b-6cf0-ca566cd9a3ce> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/601901> ;
  schema:birthDate "1852-06-20"^^xsd:date .

