@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_87f96834-8172-0161-8e27-e54e7cc7492c
  a a2a:Record ;
  rdfs:label "Overlijden in 1971 te Niet genoemd" ;
  a2a:hasPerson oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person1, oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person2 ;
  a2a:hasEvent oa:event_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Event1 ;
  a2a:hasRelationEP oa:relationep_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_0, oa:relationep_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_1 ;
  a2a:hasSource oa:source_hhh_87f96834-8172-0161-8e27-e54e7cc7492c .

oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person1
  a a2a:Person ;
  rdfs:label "Franciscus Johannus Toelen" ;
  a2a:PersonName [
    rdfs:label "Franciscus Johannus Toelen" ;
    a2a:PersonNameFirstName "Franciscus Johannus" ;
    a2a:PersonNameLastName "Toelen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "1919" ;
    rdfs:label "1919"
  ] .

oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person2
  a a2a:Person ;
  rdfs:label "Leijer" ;
  a2a:PersonName [
    rdfs:label "Leijer" ;
    a2a:PersonNameLastName "Leijer"
  ] .

oa:event_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [ a2a:Year "1971" ] ;
  a2a:EventPlace [
    a2a:Place "Niet genoemd" ;
    rdfs:label "Niet genoemd"
  ] .

oa:relationep_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person1 ;
  a2a:EventKeyRef oa:event_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Event1 .

oa:relationep_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Person2 ;
  a2a:EventKeyRef oa:event_hhh_87f96834-8172-0161-8e27-e54e7cc7492c_Event1 .

oa:source_hhh_87f96834-8172-0161-8e27-e54e7cc7492c
  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:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://archief.deheerlijkheidherlaar.nl/bidprent/large/toelen_franciscus-j__-_1919_-_1971__.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.deheerlijkheidherlaar.nl/cgi-bin/bidprent.pl?ident=04809" ;
  a2a:RecordIdentifier "04809" ;
  a2a:RecordGUID "{87f96834-8172-0161-8e27-e54e7cc7492c}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie https://archief.deheerlijkheidherlaar.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

