@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_349d8f92-7e06-4e93-9046-e08f1f64d919
  a a2a:Record ;
  rdfs:label "Overlijden op 12 maart 2017 te Sittard" ;
  a2a:hasPerson oa:person_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Person1 ;
  a2a:hasEvent oa:event_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Event1 ;
  a2a:hasRelationEP oa:relationep_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_0 ;
  a2a:hasSource oa:source_prs_349d8f92-7e06-4e93-9046-e08f1f64d919 .

oa:person_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Person1
  a a2a:Person ;
  rdfs:label "Frits Beaumont" ;
  a2a:PersonName [
    rdfs:label "Frits Beaumont" ;
    a2a:PersonNameFirstName "Frits" ;
    a2a:PersonNameLastName "Beaumont"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "74" ;
    rdfs:label "74"
  ] ;
  a2a:BirthDate [
    a2a:Year "1942" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1942-06-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Geleen" ;
    rdfs:label "Geleen"
  ] .

oa:event_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2017" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "2017-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sittard" ;
    rdfs:label "Sittard"
  ] .

oa:relationep_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Person1 ;
  a2a:EventKeyRef oa:event_prs_349d8f92-7e06-4e93-9046-e08f1f64d919_Event1 .

oa:source_prs_349d8f92-7e06-4e93-9046-e08f1f64d919
  a a2a:Source ;
  rdfs:label "Particuliere prentjescollecties, Bidprentjesverzameling" ;
  a2a:SourcePlace [ rdfs:label "", "2017-01-01 - 2017-12-31" ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "2017-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2017-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Particuliere prentjescollecties" ;
    a2a:Collection "Wandelengel" ;
    rdfs:label "Particuliere prentjescollecties, Wandelengel"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.openarch.nl/img/prentjes/210667/32501c68-53fd-45fc-9e76-1fe8517e12ca.png"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://www.openarch.nl/img/prentjes/210667/3ed3d5c4-9a20-44cd-8f7f-7ca09c7d0577.png"
  ] ;
  a2a:SourceLastChangeDate "2023-02-19"^^xsd:date ;
  a2a:RecordIdentifier "1170353" ;
  a2a:RecordGUID "{349d8f92-7e06-4e93-9046-e08f1f64d919}" ;
  a2a:SourceRemarkProvenance "Prentje op 19-02-2023 toegevoegd door gebruiker aan particulier collectie https://www.openarch.nl/prentjes/210667" .

