@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/bS5rBKG>
  schema:givenName "Clara Catharina"^^xsd:string ;
  schema:name "Clara Catharina Sanders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2579d6b-2561-5061-c413-93cf40d4e36e"^^xsd:string ;
  schema:familyName "Sanders"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schiedam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0107c8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9636f479-1556-9e9f-4f7d-ca417491c257> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2781283> ;
  schema:birthDate "1891-10-22"^^xsd:date .

