@prefix ex: <http://www.exiled-philosophers.org/> . 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dbr: <http://dbpedia.org/resource/> . 
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .

ex:Aloys_Fischer a foaf:Person 
    ; foaf:name "Aloys Fischer"
    ; owl:sameAs dbr:Aloys_Fischer
    ; owl:sameAs <https://www.wikidata.org/wiki/Q2650620>
    ; owl:sameAs <https://explore.gnd.network/gnd/118691104>
    ; dbo:birthDate "1889-04-10"^^xsd:date
    ; dbo:birthPlace dbr:Furth_im_Wald
    ; dbo:deathDate "1937-11-23"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; dbo:religion dbr:Catholic_Church
    ; ex:academicPosition "Geheimer Regierungsrat, Professor für Pädagogik in München, Vorstand des Pädagogischen Seminars und des Institus für Psychologie"
    ; ex:academicFocus "Pädagogische Psychologie, Soziologie, Ästhetik, Geschichte der Philosophie"
    ; ex:repercussion ex:dismissal 
    ; ex:repercussionReasons ex:bbg6, ex:nonariyanPartner
    ; bio:event _:retirement, _:deathOfWife .

_:retirement a bio:Event 
    ; bio:date "1937-06"^^xsd:gYearMonth
    ; rdfs:label "Im Juni 1937 wurde Aloys Fischer gemäß §6 BBG in den Ruhestand versetzt." .

_:deathOfWife a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; bio:place dbr:Theresienstadt
    ; rdfs:label "Seine Frau wurde 1944 im KZ Theresienstadt ermordet." .
