@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_dva_2740c5fa-e7cc-20ee-a821-68034eb30119
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1974 te Sluiskil" ;
  a2a:hasPerson oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person1, oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person2 ;
  a2a:hasEvent oa:event_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Event1 ;
  a2a:hasRelationEP oa:relationep_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_0, oa:relationep_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_1 ;
  a2a:hasSource oa:source_dva_2740c5fa-e7cc-20ee-a821-68034eb30119 .

oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person1
  a a2a:Person ;
  rdfs:label "Aloisius Cortvriendt" ;
  a2a:PersonName [
    rdfs:label "Aloisius Cortvriendt" ;
    a2a:PersonNameFirstName "Aloisius" ;
    a2a:PersonNameLastName "Cortvriendt"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "91" ;
    rdfs:label "91"
  ] ;
  a2a:BirthDate [
    a2a:Year "1883" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1883-04-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Terneuzen" ;
    rdfs:label "Terneuzen"
  ] .

oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person2
  a a2a:Person ;
  rdfs:label "Irma Monica de Decker" ;
  a2a:PersonName [
    rdfs:label "Irma Monica de Decker" ;
    a2a:PersonNameFirstName "Irma Monica" ;
    a2a:PersonNameLastName "de Decker"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1974" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1974-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sluiskil" ;
    rdfs:label "Sluiskil"
  ] ;
  a2a:EventRemark01_Informatie "weduwnaar" .

oa:relationep_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person1 ;
  a2a:EventKeyRef oa:event_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Event1 .

oa:relationep_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Person2 ;
  a2a:EventKeyRef oa:event_dva_2740c5fa-e7cc-20ee-a821-68034eb30119_Event1 .

oa:source_dva_2740c5fa-e7cc-20ee-a821-68034eb30119
  a a2a:Source ;
  rdfs:label "Oudheidkundige Kring De Vier Ambachten, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Hulst" ;
    rdfs:label "Hulst", "1800-01-01 - 2026-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2026-01-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Oudheidkundige Kring De Vier Ambachten" ;
    rdfs:label "Oudheidkundige Kring De Vier Ambachten"
  ] ;
  a2a:SourceLastChangeDate "2026-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://devierambachten.nl/collecties/bidprentjes-en-rouwbrieven?cus_id=15870" ;
  a2a:RecordIdentifier "15870" ;
  a2a:RecordGUID "{2740c5fa-e7cc-20ee-a821-68034eb30119}" ;
  a2a:SourceRemarkProvenance "Bidprentjes- en rouwbrievencollectie van de Oudheidkundige Kring De Vier Ambachten; gescrapet van https://devierambachten.nl/collecties/bidprentjes-en-rouwbrieven (detailpagina's ?cus_id=1..), HTML naar CSV naar A2A" .

