@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/bQqPxaH>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Zoet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d8f3f4a-8fcd-4977-f848-9c050196a379"^^xsd:string ;
  schema:familyName "Zoet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3a55647d-6f84-1c81-b6c5-09b62572f1a5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2084054> ;
  schema:birthDate "1852-06-20"^^xsd:date .

