@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_prs_292e6908-e8bb-4884-b16b-8ffd2989793f
  a a2a:Record ;
  rdfs:label "Overlijden op 30 december 2015 te Gent" ;
  a2a:hasPerson oa:person_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Person1 ;
  a2a:hasEvent oa:event_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Event1 ;
  a2a:hasRelationEP oa:relationep_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_0 ;
  a2a:hasSource oa:source_prs_292e6908-e8bb-4884-b16b-8ffd2989793f .

oa:person_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Person1
  a a2a:Person ;
  rdfs:label "Felix willaert" ;
  a2a:PersonName [
    rdfs:label "Felix willaert" ;
    a2a:PersonNameFirstName "Felix" ;
    a2a:PersonNameLastName "willaert"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "11" ;
    rdfs:label "11"
  ] ;
  a2a:BirthDate [
    a2a:Year "2004" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "2004-12-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gent" ;
    rdfs:label "Gent"
  ] .

oa:event_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2015" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "2015-12-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gent" ;
    rdfs:label "Gent"
  ] .

oa:relationep_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Person1 ;
  a2a:EventKeyRef oa:event_prs_292e6908-e8bb-4884-b16b-8ffd2989793f_Event1 .

oa:source_prs_292e6908-e8bb-4884-b16b-8ffd2989793f
  a a2a:Source ;
  rdfs:label "Particuliere prentjescollecties, Bidprentjesverzameling" ;
  a2a:SourcePlace [ rdfs:label "", "2015-01-01 - 2015-12-31" ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "2015-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2015-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Particuliere prentjescollecties" ;
    a2a:Collection "E.Mortier" ;
    rdfs:label "Particuliere prentjescollecties, E.Mortier"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.openarchieven.nl/img/prentjes/331733/1aa4a6c0-ac40-410c-bb09-a2a5789dccd6.png"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://www.openarchieven.nl/img/prentjes/331733/8efddaed-5458-4187-aea1-18d3b1485bf0.png"
  ] ;
  a2a:SourceLastChangeDate "2026-04-30"^^xsd:date ;
  a2a:RecordIdentifier "1228907" ;
  a2a:RecordGUID "{292e6908-e8bb-4884-b16b-8ffd2989793f}" ;
  a2a:SourceRemarkProvenance "Prentje op 30-04-2026 toegevoegd door gebruiker aan particulier collectie https://www.openarch.nl/prentjes/331733" .

