@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_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b
  a a2a:Record ;
  rdfs:label "Overlijden op 30 januari 1923" ;
  a2a:hasPerson oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person1, oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person2, oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person3, oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person4, oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person5 ;
  a2a:hasEvent oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_0, oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_1, oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_2, oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_3, oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_4 ;
  a2a:hasSource oa:source_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b .

oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person1
  a a2a:Person ;
  rdfs:label "Catharina Geertruida Maria Witter" ;
  a2a:PersonName [
    rdfs:label "Catharina Geertruida Maria Witter" ;
    a2a:PersonNameFirstName "Catharina Geertruida Maria" ;
    a2a:PersonNameLastName "Witter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "5 maanden" ;
    rdfs:label "5 maanden"
  ] .

oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person2
  a a2a:Person ;
  rdfs:label "Arie Johannes Witter" ;
  a2a:PersonName [
    rdfs:label "Arie Johannes Witter" ;
    a2a:PersonNameFirstName "Arie Johannes" ;
    a2a:PersonNameLastName "Witter"
  ] .

oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person3
  a a2a:Person ;
  rdfs:label "Katharina Hubertina Christina Hendriks" ;
  a2a:PersonName [
    rdfs:label "Katharina Hubertina Christina Hendriks" ;
    a2a:PersonNameFirstName "Katharina Hubertina Christina" ;
    a2a:PersonNameLastName "Hendriks"
  ] .

oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person4
  a a2a:Person ;
  rdfs:label "Arie Johannes Witter" ;
  a2a:PersonName [
    rdfs:label "Arie Johannes Witter" ;
    a2a:PersonNameFirstName "Arie Johannes" ;
    a2a:PersonNameLastName "Witter"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "electricien" .

oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person5
  a a2a:Person ;
  rdfs:label "Jozef Dortu" ;
  a2a:PersonName [
    rdfs:label "Jozef Dortu" ;
    a2a:PersonNameFirstName "Jozef" ;
    a2a:PersonNameLastName "Dortu"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "ambtenaar" .

oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1923-01-30"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Katharina Hubertina Christina Hendriks" .

oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person1 ;
  a2a:EventKeyRef oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 .

oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person2 ;
  a2a:EventKeyRef oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 .

oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person3 ;
  a2a:EventKeyRef oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 .

oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person4 ;
  a2a:EventKeyRef oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 .

oa:relationep_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Person5 ;
  a2a:EventKeyRef oa:event_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b_Event1 .

oa:source_krd_4fca243a-45b8-c0c1-9744-c4c8aaf8d80b
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1923-01-01 - 1923-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5694 van archieftoegang 101" ;
    a2a:RegistryNumber "5694" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5694 van archieftoegang 101, 5694"
  ] ;
  a2a:SourceLastChangeDate "2020-03-08"^^xsd:date ;
  a2a:RecordGUID "{4fca243a-45b8-c0c1-9744-c4c8aaf8d80b}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1015694_54_MI.xml van KRD" .

