@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_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9
  a a2a:Record ;
  rdfs:label "Overlijden op 1 januari 1957" ;
  a2a:hasPerson oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person1, oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person2, oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person3, oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person4, oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person5 ;
  a2a:hasEvent oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_0, oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_1, oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_2, oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_3, oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_4 ;
  a2a:hasSource oa:source_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9 .

oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person1
  a a2a:Person ;
  rdfs:label "Johan Josef Thomas" ;
  a2a:PersonName [
    rdfs:label "Johan Josef Thomas" ;
    a2a:PersonNameFirstName "Johan Josef" ;
    a2a:PersonNameLastName "Thomas"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "55" ;
    rdfs:label "55"
  ] ;
  a2a:Profession "mijnbeambte" .

oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person2
  a a2a:Person ;
  rdfs:label "Anna Catharina Gouder de Beauregard" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Gouder de Beauregard" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Gouder de Beauregard"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "82" ;
    rdfs:label "82"
  ] ;
  a2a:Profession "zonder" .

oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person3
  a a2a:Person ;
  rdfs:label "Lodewijk Thomas" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Thomas" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Thomas"
  ] .

oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person4
  a a2a:Person ;
  rdfs:label "Franz Joseph Gouder de Beauregard" ;
  a2a:PersonName [
    rdfs:label "Franz Joseph Gouder de Beauregard" ;
    a2a:PersonNameFirstName "Franz Joseph" ;
    a2a:PersonNameLastName "Gouder de Beauregard"
  ] .

oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person5
  a a2a:Person ;
  rdfs:label "Maria Agnes Jansen" ;
  a2a:PersonName [
    rdfs:label "Maria Agnes Jansen" ;
    a2a:PersonNameFirstName "Maria Agnes" ;
    a2a:PersonNameLastName "Jansen"
  ] .

oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1957" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1957-01-01"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Maria Agnes Jansen" .

oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person1 ;
  a2a:EventKeyRef oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 .

oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person2 ;
  a2a:EventKeyRef oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 .

oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_2
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot" ;
  a2a:RelationType "other:Echtgenoot" ;
  a2a:PersonKeyRef oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person3 ;
  a2a:EventKeyRef oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 .

oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person4 ;
  a2a:EventKeyRef oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 .

oa:relationep_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Person5 ;
  a2a:EventKeyRef oa:event_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9_Event1 .

oa:source_krd_e77ff534-8a02-b83a-5a0e-3ec7ff8453e9
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1957-01-01 - 1957-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1957-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1957-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 1300 van archieftoegang 102" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1300" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 1300 van archieftoegang 102, 4, 1300"
  ] ;
  a2a:SourceLastChangeDate "2023-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.archieven.nl/mi/72/?mivast=72&miadt=72&miaet=54&micode=102.1300&minr=1146197&miview=ldt" ;
  a2a:RecordGUID "{e77ff534-8a02-b83a-5a0e-3ec7ff8453e9}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1021300_54_MI.xml van KRD" .

