@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_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7
  a a2a:Record ;
  rdfs:label "Overlijden op 10 november 2000 te Susteren" ;
  a2a:hasPerson oa:person_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Person1 ;
  a2a:hasEvent oa:event_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Event1 ;
  a2a:hasRelationEP oa:relationep_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_0 ;
  a2a:hasSource oa:source_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7 .

oa:person_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Person1
  a a2a:Person ;
  rdfs:label "Adrianus (Janus) Bosmans" ;
  a2a:PersonName [
    rdfs:label "Adrianus (Janus) Bosmans" ;
    a2a:PersonNameFirstName "Adrianus (Janus)" ;
    a2a:PersonNameLastName "Bosmans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1923-12-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Echt" ;
    rdfs:label "Echt"
  ] .

oa:event_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "2000" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "2000-11-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Susteren" ;
    rdfs:label "Susteren"
  ] .

oa:relationep_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Person1 ;
  a2a:EventKeyRef oa:event_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7_Event1 .

oa:source_rht_17136e34-0d44-3d9a-e6ac-5a7db3dad4d7
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, Bidprentjes" ;
  a2a:SourcePlace [
    a2a:Place "Heerlen" ;
    rdfs:label "Heerlen", "2000-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "2000-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjes" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Collection "Collectie bidprentjes, B, ca. 1800-heden" ;
    rdfs:label "Historisch Centrum Limburg, Collectie bidprentjes, B, ca. 1800-heden"
  ] ;
  a2a:SourceLastChangeDate "2020-06-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.rijckheyt.nl/archief/resultaat?mivast=62&miadt=62&miaet=14&micode=352-B&minr=5854391&miview=ldt" ;
  a2a:RecordGUID "{17136e34-0d44-3d9a-e6ac-5a7db3dad4d7}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HrlRi_352-B_14_MI.xml van RHT" .

