@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/br1u1LV>
  schema:familyName "Beek"^^xsd:string ;
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Beek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1d16ae93-2271-5d72-173b-91c965a5d7a1"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b081019b-4ff2-2151-c53a-40aa6551ab92> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2505293> ;
  schema:birthDate "1840-01-04"^^xsd:date .

