@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/bABEORK>
  schema:givenName "Clara"^^xsd:string ;
  schema:name "Clara Cohen"@nl ;
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c5753e1-87d4-ab70-32b3-dd6643f5d3b0"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/24e18820-7e2d-a267-1b65-e0b5f1f75ae3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2003588> ;
  schema:birthDate "1849-05-12"^^xsd:date .

