@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_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd
  a a2a:Record ;
  rdfs:label "Overlijden op 20 oktober 1959 te Oploo" ;
  a2a:hasPerson oa:person_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Person1 ;
  a2a:hasEvent oa:event_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Event1 ;
  a2a:hasRelationEP oa:relationep_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_0 ;
  a2a:hasSource oa:source_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd .

oa:person_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Person1
  a a2a:Person ;
  rdfs:label "Antonius Henricus Josephus van Maris" ;
  a2a:PersonName [
    rdfs:label "Antonius Henricus Josephus van Maris" ;
    a2a:PersonNameFirstName "Antonius Henricus Josephus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Maris"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1945" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1945-03-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oploo" ;
    rdfs:label "Oploo"
  ] .

oa:event_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1959" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1959-10-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oploo" ;
    rdfs:label "Oploo"
  ] .

oa:relationep_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Person1 ;
  a2a:EventKeyRef oa:event_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd_Event1 .

oa:source_plo_c4304d89-e5e9-4242-404f-9fa1cd403ddd
  a a2a:Source ;
  rdfs:label "Heemkunde De Heerlyckheit Plo, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Oploo" ;
    rdfs:label "Oploo", "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 "Heemkunde De Heerlyckheit Plo" ;
    rdfs:label "Heemkunde De Heerlyckheit Plo"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://images.memorix.nl/enb_403/deepzoom/c71cb8f2-4bc1-0529-ff44-33d3a49dbc9e.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_403/thumb/500x500/c71cb8f2-4bc1-0529-ff44-33d3a49dbc9e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:UriViewer "https://images.memorix.nl/enb_403/deepzoom/5a1cae5b-afbe-7eb4-928e-54e489d7689b.dzi" ;
    a2a:UriPreview "https://images.memorix.nl/enb_403/thumb/500x500/5a1cae5b-afbe-7eb4-928e-54e489d7689b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-09-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://heemkundeoploo.nl/collectie/?diw-id=brabantcloud_enb-403-bidprentje_enb-403.bidprentje-1913a5f6-2e43-f5ad-8491-608336af8e1f-c4304d89-e5e9-4242-404f-9fa1cd403ddd" ;
  a2a:RecordIdentifier "300727" ;
  a2a:RecordGUID "{c4304d89-e5e9-4242-404f-9fa1cd403ddd}" ;
  a2a:SourceRemarkProvenance "http://data.brabantcloud.nl/api/search/v1/?format=json&q=delving_spec:enb-403-bidprentje fetch_data_brabant_cloud csv2a2a" .

