@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_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05
  a a2a:Record ;
  rdfs:label "Overlijden in 1946 te Banting (ind)" ;
  a2a:hasPerson oa:person_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Person1 ;
  a2a:hasEvent oa:event_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Event1 ;
  a2a:hasRelationEP oa:relationep_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_0 ;
  a2a:hasSource oa:source_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05 .

oa:person_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Person1
  a a2a:Person ;
  rdfs:label "Adrianus Franciscus van Weert" ;
  a2a:PersonName [
    rdfs:label "Adrianus Franciscus van Weert" ;
    a2a:PersonNameFirstName "Adrianus Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weert"
  ] ;
  a2a:BirthPlace [
    a2a:Place "1926" ;
    rdfs:label "1926"
  ] .

oa:event_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [ a2a:Year "1946" ] ;
  a2a:EventPlace [
    a2a:Place "Banting (ind)" ;
    rdfs:label "Banting (ind)"
  ] .

oa:relationep_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Person1 ;
  a2a:EventKeyRef oa:event_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05_Event1 .

oa:source_hhh_a1b0a23e-6d63-8be0-cfe2-b71e514b1e05
  a a2a:Source ;
  rdfs:label "Heemkundevereniging De Heerlijkheid Herlaar, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Michielsgestel" ;
    rdfs:label "Sint-Michielsgestel", "1800-01-01 - 2000-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-01-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Heemkundevereniging De Heerlijkheid Herlaar" ;
    rdfs:label "Heemkundevereniging De Heerlijkheid Herlaar"
  ] ;
  a2a:SourceLastChangeDate "2024-02-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.deheerlijkheidherlaar.nl/cgi-bin/bidprent.pl?ident=05366" ;
  a2a:RecordIdentifier "05366" ;
  a2a:RecordGUID "{a1b0a23e-6d63-8be0-cfe2-b71e514b1e05}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie https://archief.deheerlijkheidherlaar.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

