@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_ell_758DF4EC-7905-417F-A2EB-2F47020783D4
  a a2a:Record ;
  rdfs:label "Overlijden op 29 oktober 1973 te Lommel" ;
  a2a:hasPerson oa:person_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Person1 ;
  a2a:hasEvent oa:event_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Event1 ;
  a2a:hasRelationEP oa:relationep_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_0 ;
  a2a:hasSource oa:source_ell_758DF4EC-7905-417F-A2EB-2F47020783D4 .

oa:person_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Person1
  a a2a:Person ;
  rdfs:label "Maria Catharina Ceyssens" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Ceyssens" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Ceyssens"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "01" ;
    a2a:Day "14" ;
    rdfs:label "1893-01-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ellikom" ;
    rdfs:label "Ellikom"
  ] .

oa:event_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1973-10-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lommel" ;
    rdfs:label "Lommel"
  ] .

oa:relationep_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Person1 ;
  a2a:EventKeyRef oa:event_ell_758DF4EC-7905-417F-A2EB-2F47020783D4_Event1 .

oa:source_ell_758DF4EC-7905-417F-A2EB-2F47020783D4
  a a2a:Source ;
  rdfs:label "Erfgoed Lommel, Bidprentjesverzameling" ;
  a2a:SourcePlace [ rdfs:label "", "1973-10-29 - 1973-10-29" ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-10-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-10-29"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Lommel" ;
    a2a:Place "Lommel" ;
    rdfs:label "Erfgoed Lommel, Lommel"
  ] ;
  a2a:SourceLastChangeDate "2019-02-17"^^xsd:date ;
  a2a:RecordGUID "{758DF4EC-7905-417F-A2EB-2F47020783D4}" ;
  a2a:SourceRemarkOpmerking "Vanwege privacy wordt mogelijke partner niet vermeld." ;
  a2a:SourceRemarkProvenance "A2Acollection 2019-02-20_bidprentjesverzameling_erfgoed_lommel.xml van ELL" .

