@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:Kurt_Riezler a foaf:Person 
    ; foaf:name "Kurt Riezler"
    ; owl:sameAs dbr:Kurt_Riezler
    ; owl:sameAs <https://explore.gnd.network/gnd/118601008>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q70867>
    ; dbo:birthDate "1882-02-11"^^xsd:date
    ; dbo:birthPlace dbr:Munich
    ; dbo:deathDate "1955-09-06"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg6, ex:nonariyanPartner
    ; dbo:religion dbr:Catholic_Church
    ; ex:hostcountry dbr:United_States
    ; ex:academicPosition "Honorarprofessor der Philosophie"
    ; ex:academicFocus "Geschichtsphilosophie, Griechische Philosophie, Ästhetik, Soziologie"
    ; bio:event _:removalOfTeachingAuthority, _:professorshipNewSchool, _:europaRueckkehr .

_:removalOfTeachingAuthority a bio:Event 
    ; bio:date "1934-01-26"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis nach § 6 BBG." .

_:professorshipNewSchool a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:New_York_City 
    ; rdfs:label "Emigration in die USA, bis 1952 Professor of Philosophy an der New School for Social Research, New York." .

_:europaRueckkehr a bio:Event 
    ; bio:date "1954"^^xsd:gYear
    ; bio:place dbr:Rome
    ; rdfs:label "Rückkehr nach Europa, lebte in Rom." .

