@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/bMSW3sz>
  schema:givenName "Cornelia Sophia"^^xsd:string ;
  schema:name "Cornelia Sophia Smits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4604ec2b-8ac1-2222-7d49-fd96eb498c8e"^^xsd:string ;
  schema:familyName "Smits"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/50a96096-804d-1389-6bd0-fa325105e39d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2170093> ;
  schema:birthDate "1868-12-22"^^xsd:date .

