@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/bGQEPgQ>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Schouten"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/782daf75-3fb0-f682-7942-29d0aa20e3bb"^^xsd:string ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d3tz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e5fcd22b-b8ed-6d99-bca7-0563abcf2dfb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2682558> ;
  schema:birthDate "1843-06-30"^^xsd:date .

