@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/btwSc0u>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Reurings"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0001570-1280-01b4-a460-59f5f09f1f2d"^^xsd:string ;
  schema:familyName "Reurings"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p3h0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b4e20b6a-ba35-9438-5a43-07016e788001> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2522584> ;
  schema:birthDate "1843-03-17"^^xsd:date .

