@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_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c
  a a2a:Record ;
  rdfs:label "Overlijden op 17 mei 1899" ;
  a2a:hasPerson oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person1, oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person2, oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person3, oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person4, oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person5, oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person6 ;
  a2a:hasEvent oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_0, oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_1, oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_2, oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_3, oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_4, oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_5 ;
  a2a:hasSource oa:source_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person1
  a a2a:Person ;
  rdfs:label "Christian Joseph Sporken" ;
  a2a:PersonName [
    rdfs:label "Christian Joseph Sporken" ;
    a2a:PersonNameFirstName "Christian Joseph" ;
    a2a:PersonNameLastName "Sporken"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "mijnwerker" .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person2
  a a2a:Person ;
  rdfs:label "Peter Joseph Wiertz" ;
  a2a:PersonName [
    rdfs:label "Peter Joseph Wiertz" ;
    a2a:PersonNameFirstName "Peter Joseph" ;
    a2a:PersonNameLastName "Wiertz"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "postbode" .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person3
  a a2a:Person ;
  rdfs:label "Maria Catharina Gerards" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Gerards" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Gerards"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "85" ;
    rdfs:label "85"
  ] ;
  a2a:Profession "zonder" .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person4
  a a2a:Person ;
  rdfs:label "Gerard Joseph Sporken" ;
  a2a:PersonName [
    rdfs:label "Gerard Joseph Sporken" ;
    a2a:PersonNameFirstName "Gerard Joseph" ;
    a2a:PersonNameLastName "Sporken"
  ] .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person5
  a a2a:Person ;
  rdfs:label "onbekend" ;
  a2a:PersonName [
    rdfs:label "onbekend" ;
    a2a:PersonNameLastName "onbekend"
  ] .

oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person6
  a a2a:Person ;
  rdfs:label "onbekend" ;
  a2a:PersonName [
    rdfs:label "onbekend" ;
    a2a:PersonNameLastName "onbekend"
  ] .

oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1899-05-17"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "onbekend" .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person1 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person2 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person3 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot" ;
  a2a:RelationType "other:Echtgenoot" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person4 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person5 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:relationep_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Person6 ;
  a2a:EventKeyRef oa:event_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c_Event1 .

oa:source_krd_b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1899-01-01 - 1899-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5640 van archieftoegang 101" ;
    a2a:DocumentNumber "91" ;
    a2a:RegistryNumber "5640" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5640 van archieftoegang 101, 91, 5640"
  ] ;
  a2a:SourceLastChangeDate "2020-12-06"^^xsd:date ;
  a2a:RecordGUID "{b59d2d50-5ba2-a746-29ee-fa5aa2c3a30c}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1015640_54_MI.xml van KRD" .

