@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_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816
  a a2a:Record ;
  rdfs:label "Overlijden op 22 december 1941 te Veghel" ;
  a2a:hasPerson oa:person_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Person1 ;
  a2a:hasEvent oa:event_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Event1 ;
  a2a:hasRelationEP oa:relationep_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_0 ;
  a2a:hasSource oa:source_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816 .

oa:person_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Person1
  a a2a:Person ;
  rdfs:label "Johannes van Hooft" ;
  a2a:PersonName [
    rdfs:label "Johannes van Hooft" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hooft"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1921-03-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eerde" ;
    rdfs:label "Eerde"
  ] .

oa:event_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1941-12-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] .

oa:relationep_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Person1 ;
  a2a:EventKeyRef oa:event_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816_Event1 .

oa:source_prs_89f9c4c8-3530-4e49-9a2f-4d384cc30816
  a a2a:Source ;
  rdfs:label "Particuliere prentjescollecties, Bidprentjesverzameling" ;
  a2a:SourcePlace [ rdfs:label "", "1941-01-01 - 1941-12-31" ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1941-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1941-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Particuliere prentjescollecties" ;
    a2a:Collection "Bidprentjes Steenbakkers" ;
    rdfs:label "Particuliere prentjescollecties, Bidprentjes Steenbakkers"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.openarch.nl/img/prentjes/245908/85a2e503-80ac-41c6-a85e-823594e8a158.png"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://www.openarch.nl/img/prentjes/245908/8e22f3b1-3a2e-4d1d-9d96-bc037548da4b.png"
  ] ;
  a2a:SourceLastChangeDate "2021-03-21"^^xsd:date ;
  a2a:RecordIdentifier "184147" ;
  a2a:RecordGUID "{89f9c4c8-3530-4e49-9a2f-4d384cc30816}" ;
  a2a:SourceRemarkProvenance "Prentje op 21-03-2021 toegevoegd door gebruiker aan particulier collectie https://www.openarch.nl/prentjes/245908" .

