@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:Paul_Tillich a foaf:Person 
    ; foaf:name "Paul Tillich"
    ; owl:sameAs dbr:Paul_Tillich
    ; owl:sameAs <https://explore.gnd.network/gnd/118622692>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q60104>
    ; dbo:birthDate "1886-08-20"^^xsd:date
    ; dbo:birthPlace dbr:Starosiedle
    ; dbo:deathDate "1965-10-22"^^xsd:date
    ; dbo:deathPlace dbr:Chicago
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg4, ex:political
    ; dbo:religion dbr:Protestantism
    ; ex:hostcountry dbr:United_States
    ; ex:academicPosition "Professor der Philosophie"
    ; ex:academicFocus "Hauptvertreter des religiösen Sozialismus"
    ; dbo:influencedBy dbr:Max_Scheler
    ; bio:event _:verlustLehrerlaubnis, _:entlassung, _:emigration, _:vorstandPhilosophia, _:associateProfessor, _:professerUTS, _:radioSpeeches, _:universityHavard, _:universityChicago .

_:verlustLehrerlaubnis a bio:Event 
    ; bio:date "1933-04-13"^^xsd:date 
    ; rdfs:label "Als einer der ersten 16 Professoren verliert Tillich vorläufig die Lehrerlaubnis." .

_:entlassung a bio:Event 
    ; bio:date "1933-12-20"^^xsd:date 
    ; rdfs:label "Entlassung nach §4 BBG (Vertreten durch Arnold Gehlen, Nachfolge E. Krieck)." .

_:emigration a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933-04-03"^^xsd:date 
    ; bio:place dbr:New_York_City 
    ; rdfs:label "Emigration in die USA, Visiting Lecturer of Philosophy an der Columbia University, New York (bis 1934) und Visiting Professor am Union Theological Seminary in New York." . 

_:vorstandPhilosophia a bio:Event 
    ; bio:date "1936"^^xsd:gYear
    ; rdfs:label "Vorstand der Gesellschaft 'Philosophia'." .

_:associateProfessor a bio:Event 
    ; bio:date "1937"^^xsd:gYear
    ; bio:place dbr:New_York_City
    ; rdfs:label "Associate Professor of Phil. Theology am Union Theological Seminary." .

_:professerUTS a bio:Event 
    ; bio:date "1940"^^xsd:gYear
    ; bio:place dbr:New_York_City
    ; rdfs:label "Professor of Phil. Theology am Union Theological Seminary und US-Staatsbürger." .

_:radioSpeeches a bio:Event  
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Bis 1944 hält Tillich Radioansprachen in der 'Stimme Amerikas'." .

_:universityHavard a bio:Event  
    ; bio:date "1955"^^xsd:gYear 
    ; bio:place dbr:Harvard_University
    ; rdfs:label "Tillich wird Professor an der Harvard University." .

_:universityChicago a bio:Event  
    ; bio:date "1962"^^xsd:gYear 
    ; bio:place dbr:University_of_Chicago 
    ; rdfs:label "Tillich wechselt an die University of Chicago." .
