@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/bFBswcj>
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria Exalto"@nl ;
  schema:familyName "Exalto"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f365936-f4c7-4b10-260e-f76bd9a90a12"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01357w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9ba548fa-c62f-d212-a7ac-95be8b857d1d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2424867> ;
  schema:birthDate "1841-03-17"^^xsd:date .

