@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_340c8271-655a-bdb3-8a8e-b78c8bbec42f
  a a2a:Record ;
  rdfs:label "Overlijden op 8 december 1942" ;
  a2a:hasPerson oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person1, oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person2 ;
  a2a:hasEvent oa:event_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_0, oa:relationep_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_1 ;
  a2a:hasSource oa:source_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f .

oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person1
  a a2a:Person ;
  rdfs:label "Andr. Hubert Bisschops" ;
  a2a:PersonName [
    rdfs:label "Andr. Hubert Bisschops" ;
    a2a:PersonNameFirstName "Andr. Hubert" ;
    a2a:PersonNameLastName "Bisschops"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "68" ;
    rdfs:label "68"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heerlen" ;
    rdfs:label "Heerlen"
  ] .

oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person2
  a a2a:Person ;
  rdfs:label "Maria Magdalena Bischoff" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Bischoff" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Bischoff"
  ] ;
  a2a:MaritalStatus "Gehuwd" .

oa:event_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1942-12-08"^^xsd:date
  ] .

oa:relationep_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person1 ;
  a2a:EventKeyRef oa:event_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Event1 .

oa:relationep_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Person2 ;
  a2a:EventKeyRef oa:event_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f_Event1 .

oa:source_krd_340c8271-655a-bdb3-8a8e-b78c8bbec42f
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, Bidprentjes" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1942-01-01 - 1942-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-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 "{340c8271-655a-bdb3-8a8e-b78c8bbec42f}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_bidpgm_14_MI.xml van KRD" .

