@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/beMHyYB>
  schema:familyName "Collé"^^xsd:string ;
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria Collé"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0fb74a97-795d-76f9-84a0-c75ab7969ab6"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Culemborg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa1e7f19-9d66-7621-499e-21051babac74> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2739813> ;
  schema:birthDate "1851-12-12"^^xsd:date .

