@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7
  a a2a:Record ;
  rdfs:label "Overlijden op 22 september 1794 te Antwerpen (In De Oudemannekensstraet) (België)" ;
  a2a:hasPerson oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person1, oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person2, oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person3 ;
  a2a:hasEvent oa:event_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Event1 ;
  a2a:hasRelationEP oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_0, oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_1, oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_2 ;
  a2a:hasSource oa:source_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7 .

oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person1
  a a2a:Person ;
  rdfs:label "Christina Elisabetha Francisca Coppens" ;
  a2a:PersonName [
    rdfs:label "Christina Elisabetha Francisca Coppens" ;
    a2a:PersonNameFirstName "Christina Elisabetha Francisca" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "5 dgn" ;
    rdfs:label "5 dgn"
  ] .

oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person2
  a a2a:Person ;
  rdfs:label "Melchior Coppens" ;
  a2a:PersonName [
    rdfs:label "Melchior Coppens" ;
    a2a:PersonNameFirstName "Melchior" ;
    a2a:PersonNameLastName "Coppens"
  ] .

oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person3
  a a2a:Person ;
  rdfs:label "Catharina Anna Josepha Bidin" ;
  a2a:PersonName [
    rdfs:label "Catharina Anna Josepha Bidin" ;
    a2a:PersonNameFirstName "Catharina Anna Josepha" ;
    a2a:PersonNameLastName "Bidin"
  ] .

oa:event_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1794-09-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Antwerpen" ;
    a2a:DescriptiveLocationIndicator "In De Oudemannekensstraet" ;
    rdfs:label "België, Antwerpen, In De Oudemannekensstraet"
  ] ;
  a2a:EventRemark16_Begrafenisdatum "1794/09/23" .

oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person1 ;
  a2a:EventKeyRef oa:event_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Event1 .

oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person2 ;
  a2a:EventKeyRef oa:event_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Event1 .

oa:relationep_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Person3 ;
  a2a:EventKeyRef oa:event_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7_Event1 .

oa:source_far_2dbb9726-1855-e7d0-03b3-9b60d70463f7
  a a2a:Source ;
  rdfs:label "FelixArchief, Parochieregister" ;
  a2a:SourcePlace [
    a2a:Place "Antwerpen" ;
    rdfs:label "Antwerpen", "1694-01-01 - 1795-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1694-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1795-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Parochieregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "FelixArchief" ;
    a2a:Collection "Overlijdensakten (begrafenis) parochie Sint-Walburga" ;
    rdfs:label "FelixArchief, Overlijdensakten (begrafenis) parochie Sint-Walburga"
  ] ;
  a2a:SourceLastChangeDate "2023-05-05"^^xsd:date ;
  a2a:RecordIdentifier "22666" ;
  a2a:RecordGUID "{2dbb9726-1855-e7d0-03b3-9b60d70463f7}" ;
  a2a:SourceRemarklink_EAD "https://search.arch.be/nl/zoeken-naar-archieven/zoekresultaat/ead/index/eadid/BE-A0511_110245_109042_DUT/" ;
  a2a:SourceRemarkVrijwilliger "François De Feu" ;
  a2a:SourceRemarkIndexNaam "Overlijden in parochie St Walburgis te Antwerpen 1694-1795" ;
  a2a:SourceRemarkProvenance "Ovl_StWalburgisAntwerpen1693_1796.csv index uploaded by author" .

