@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_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba
  a a2a:Record ;
  rdfs:label "Overlijden op 27 april 2002" ;
  a2a:hasPerson oa:person_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Person1 ;
  a2a:hasEvent oa:event_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Event1 ;
  a2a:hasRelationEP oa:relationep_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_0 ;
  a2a:hasSource oa:source_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba .

oa:person_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Person1
  a a2a:Person ;
  rdfs:label "A. Lommers" ;
  a2a:PersonName [
    rdfs:label "A. Lommers" ;
    a2a:PersonNameFirstName "A." ;
    a2a:PersonNameLastName "Lommers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2002" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "2002-04-27"^^xsd:date
  ] .

oa:relationep_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Person1 ;
  a2a:EventKeyRef oa:event_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba_Event1 .

oa:source_hvl_e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba
  a a2a:Source ;
  rdfs:label "Heemkundekring 't Hof van Liessent, 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 't Hof van Liessent" ;
    rdfs:label "Heemkundekring 't Hof van Liessent"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/enb_342/deepzoom/82a8f73c-39cb-002b-07a8-034ceffbef40.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_342/thumb/500x500/82a8f73c-39cb-002b-07a8-034ceffbef40.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.hofvanliessent.nl/diw_bidprentje/index.html?diw-id=brabantcloud_enb-342-bidprentje_enb-342.bidprentje-3a05bc8c-de6f-d333-4df6-61332d2c97f9-e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba" ;
  a2a:RecordIdentifier "21512a" ;
  a2a:RecordGUID "{e1ec4ff3-1e6e-e4cf-0c0e-8e0428e3b4ba}" ;
  a2a:SourceRemarkProvenance "http://data.brabantcloud.nl/api/search/v1/?format=json&q=delving_spec:enb-342-bidprentje fetch_data_brabant_cloud csv2a2a" .

