@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_hvm_f673ba34-177b-0423-e52c-0511fcffec63
  a a2a:Record ;
  rdfs:label "Overlijden op 25 maart 1911 te Meijel" ;
  a2a:hasPerson oa:person_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Person1 ;
  a2a:hasEvent oa:event_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Event1 ;
  a2a:hasRelationEP oa:relationep_hvm_f673ba34-177b-0423-e52c-0511fcffec63_0 ;
  a2a:hasSource oa:source_hvm_f673ba34-177b-0423-e52c-0511fcffec63 .

oa:person_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Person1
  a a2a:Person ;
  rdfs:label "Adolf Weerts" ;
  a2a:PersonName [
    rdfs:label "Adolf Weerts" ;
    a2a:PersonNameLastName "Adolf Weerts"
  ] ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1837-02-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meijel" ;
    rdfs:label "Meijel"
  ] .

oa:event_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1911-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meijel" ;
    rdfs:label "Meijel"
  ] .

oa:relationep_hvm_f673ba34-177b-0423-e52c-0511fcffec63_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Person1 ;
  a2a:EventKeyRef oa:event_hvm_f673ba34-177b-0423-e52c-0511fcffec63_Event1 .

oa:source_hvm_f673ba34-177b-0423-e52c-0511fcffec63
  a a2a:Source ;
  rdfs:label "Heemkundevereniging Medelo, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Meijel" ;
    rdfs:label "Meijel", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Heemkundevereniging Medelo" ;
    rdfs:label "Heemkundevereniging Medelo"
  ] ;
  a2a:SourceLastChangeDate "2018-03-28"^^xsd:date ;
  a2a:RecordGUID "{f673ba34-177b-0423-e52c-0511fcffec63}" ;
  a2a:SourceRemarkProvenance "Bidprentjes MEDELO 9-2016.mdb image.txt combine2csv csv2a2a" .

