@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/bY7J99L>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Verweij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d5357435-32c6-64e2-84d8-132a8035d7ac"^^xsd:string ;
  schema:hasOccupation "Huishoudster"@nl ;
  schema:familyName "Verweij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01dh7s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ccad2706-ad85-c6b6-b79c-822166521af5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2612269> ;
  schema:birthDate "1878-03-12"^^xsd:date .

