@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/bXV1sSI>
  schema:givenName "Catharina Frederika"^^xsd:string ;
  schema:name "Catharina Frederika Vos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2aefc6a8-82c0-9689-7d66-27d0a67c3bfd"^^xsd:string ;
  schema:familyName "Vos"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Enschede> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01225k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c9b4e24a-6521-be55-c281-d62067784c1f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2599216> ;
  schema:birthDate "1865-05-21"^^xsd:date .

