@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/bNikFC6>
  schema:givenName "Catharina Frederika"^^xsd:string ;
  schema:name "Catharina Frederika Vos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1e8ef73a-bb97-b703-64a1-7be3e21cd2fa"^^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/a082a1d7-9708-2305-784a-b6dc0a24149f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2443416> ;
  schema:birthDate "1865-05-21"^^xsd:date .

