@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_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e
  a a2a:Record ;
  rdfs:label "Overlijden op 10 oktober 2013 te Gilze" ;
  a2a:hasPerson oa:person_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Person1 ;
  a2a:hasEvent oa:event_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Event1 ;
  a2a:hasRelationEP oa:relationep_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_0 ;
  a2a:hasSource oa:source_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e .

oa:person_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Person1
  a a2a:Person ;
  rdfs:label "Cornelis Andreas Joseph (Kees) Maes" ;
  a2a:PersonName [
    rdfs:label "Cornelis Andreas Joseph (Kees) Maes" ;
    a2a:PersonNameFirstName "Cornelis Andreas Joseph (Kees)" ;
    a2a:PersonNameLastName "Maes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1932" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1932-03-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alphen" ;
    rdfs:label "Alphen"
  ] .

oa:event_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2013" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "2013-10-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze" ;
    rdfs:label "Gilze"
  ] .

oa:relationep_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Person1 ;
  a2a:EventKeyRef oa:event_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e_Event1 .

oa:source_cdr_f76e8a71-0e26-2e38-96bf-cc4c011b381e
  a a2a:Source ;
  rdfs:label "Heemkundekring Carel de Roy, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Veldhoven" ;
    rdfs:label "Veldhoven", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Heemkundekring Carel de Roy" ;
    rdfs:label "Heemkundekring Carel de Roy"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/enb_321/deepzoom/752bf84a-4f32-c914-b620-95a3fb260f36.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_321/thumb/500x500/752bf84a-4f32-c914-b620-95a3fb260f36.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-09-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.alphenserfgoed.nl/collectie/bidprentjes/?diw-id=brabantcloud_enb-321-bidprentje_enb-321.bidprentje-bdb9d413-4620-5632-8ab6-b0d98302b88e-f76e8a71-0e26-2e38-96bf-cc4c011b381e" ;
  a2a:RecordIdentifier "04429" ;
  a2a:RecordGUID "{f76e8a71-0e26-2e38-96bf-cc4c011b381e}" ;
  a2a:SourceRemarkProvenance "http://data.brabantcloud.nl/api/search/v1/?format=json&q=delving_spec:enb-321-bidprentje fetch_data_brabant_cloud csv2a2a" .

