@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_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29
  a a2a:Record ;
  rdfs:label "Overlijden op 8 augustus 1929 te Heerlen (St.Jozef-ziekenhis)" ;
  a2a:hasPerson oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person1, oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person2 ;
  a2a:hasEvent oa:event_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_0, oa:relationep_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_1 ;
  a2a:hasSource oa:source_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29 .

oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person1
  a a2a:Person ;
  rdfs:label "Maria Josepha Grooten" ;
  a2a:PersonName [
    rdfs:label "Maria Josepha Grooten" ;
    a2a:PersonNameFirstName "Maria Josepha" ;
    a2a:PersonNameLastName "Grooten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "67" ;
    rdfs:label "67"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade"
  ] .

oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person2
  a a2a:Person ;
  rdfs:label "Leonard Wolters" ;
  a2a:PersonName [
    rdfs:label "Leonard Wolters" ;
    a2a:PersonNameFirstName "Leonard" ;
    a2a:PersonNameLastName "Wolters"
  ] ;
  a2a:MaritalStatus "Weduwnaar" .

oa:event_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1929" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1929-08-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heerlen (St.Jozef-ziekenhis)" ;
    rdfs:label "Heerlen (St.Jozef-ziekenhis)"
  ] .

oa:relationep_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person1 ;
  a2a:EventKeyRef oa:event_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Event1 .

oa:relationep_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Person2 ;
  a2a:EventKeyRef oa:event_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29_Event1 .

oa:source_krd_eeb01a8a-c5a8-c62c-e70e-8025c81f0a29
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, Bidprentjes" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1929-01-01 - 1929-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1929-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1929-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjes" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Bidpgm" ;
    rdfs:label "Gemeentearchief Kerkrade, Bidpgm"
  ] ;
  a2a:SourceLastChangeDate "2018-12-02"^^xsd:date ;
  a2a:RecordGUID "{eeb01a8a-c5a8-c62c-e70e-8025c81f0a29}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_bidpgm_14_MI.xml van KRD" .

