@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:Karl_Löwith a foaf:Person 
    ; foaf:name "Karl Löwith"
    ; owl:sameAs dbr:Karl_Löwith
    ; dbo:birthDate "1897-01-09"^^xsd:date
    ; dbo:birthPlace dbr:Munich
    ; dbo:deathDate "1973-05-07"^^xsd:date
    ; dbo:deathPlace dbr:Heidelberg
    ; dbo:religion "ev., vormals jüdisch", dbr:Protestantism
    ; owl:sameAs <https://explore.gnd.network/gnd/118574043>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q75790>
    ; ex:places dbr:University_of_Marburg
    ; ex:repercussion ex:dismissal, ex:remigration
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; ex:hostcountry dbr:Italiy, dbr:Japan, dbr:United_States
    ; ex:academicPosition "Privatdozent und Lehrbeauftragter für Sozialphilosophie"
    ; ex:academicFocus "Schüler von Husserl und Heidegger, Nietzsche, Philosophie des 19. Jahrhunderts und Religionsphilosophie"
    ; dbo:influencedBy dbr:Edmund_Husserl, dbr:Martin_Heidegger
    ; bio:event _:emigrationItalien, _:entzugLehrbefugnis, _:emigrationJapan, _:emigrationUSA, _:professorHeidelberg .

_:emigrationItalien a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1934"^^xsd:gYear
    ; bio:place dbr:Italy 
    ; rdfs:label "Emigration nach Italien." .

_:entzugLehrbefugnis a bio:Emigration 
    ; bio:date "1935-03-12"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis und Beurlaubung im November nach dem Auslaufen des 'Frontsoldatenregelung'." .

_:emigrationJapan a bio:Emigration 
    ; ex:eventNote ex:migration 
    ; bio:date "1936"^^xsd:gYear 
    ; bio:place dbr:Tohoku_University 
    ; rdfs:label "Emigration nach Japan, bis 1941 Gastprofessur an der Kaiserlichen Universität in Sendai." .

_:emigrationUSA a bio:Emigration 
    ; ex:eventNote ex:migration
    ; bio:date "1941"^^xsd:gYear 
    ; bio:place dbr:Hartford_International_University_for_Religion_and_Peace 
    ; rdfs:label "Emigration in die USA, bis 1952 Professor für Religionsgeschichte am Hartford Theological Seminary." .

_:newSchool a bio:Event 
    ; bio:date "1949"^^xsd:gYear 
    ; bio:place dbr:The_New_School_for_Social_Research
    ; rdfs:label "Professor für Philosophie ander New School for Social Research, New York." .

_:professorHeidelberg a bio:AcademicPosition 
    ; ex:eventNote ex:remigration
    ; bio:date "1952"^^xsd:gYear 
    ; bio:place dbr:Heidelberg 
    ; rdfs:label "Rückkehr in die BRD, Professor der Philosophie an der Universität Heidelberg." .
