@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/bmEMWDm>
  schema:givenName "Catharina Francina"^^xsd:string ;
  schema:name "Catharina Francina Verhoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7b21275-5163-28f8-2889-ecd11dad7182"^^xsd:string ;
  schema:familyName "Verhoek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s5z5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f3d28aa8-a765-7226-d4f7-99ac1f214310> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2705022> ;
  schema:birthDate "1843-11-10"^^xsd:date .

