@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:Max_Horkheimer a foaf:Person 
    ; foaf:name "Max Horkheimer"
    ; owl:sameAs dbr:Max_Horkheimer
    ; owl:sameAs <https://explore.gnd.network/gnd/118553615>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q76826>
    ; dbo:birthDate "1895-02-14"^^xsd:date
    ; dbo:birthPlace dbr:Stuttgart
    ; dbo:deathDate "1973-07-07"^^xsd:date
    ; dbo:deathPlace dbr:Nuremberg
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:repercussion ex:dismissal, ex:remigration
    ; ex:repercussionReasons ex:nonariyan, ex:political, ex:bbg4
    ; ex:hostcountry dbr:Switzerland, dbr:United_States
    ; dbo:religion dbr:Judaism
    ; ex:academicPosition "Professor in Frankfurt am Main"
    ; ex:academicFocus "Schüler von H. Cornelius, Mitbegründer des Instituts für Sozialforschung"
    ; dbo:influencedBy dbr:Hermann_Cornelius
    ; dbo:influenced dbr:Herbert_Marcuse, dbr:Theodor_W._Adorno
    ; bio:event _:emigrationSwitzerland, _:emigrationUSA, _:professorPosition, _:foundingInstitute, _:institutsdirektor .

_:emigrationSwitzerland a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933-04-13"^^xsd:date 
    ; bio:place dbr:Switzerland 
    ; rdfs:label "Nach dem vorläufigen Entzug seiner Lehrerlaubnis emigriert Horkheimer in die Schweiz." .

_:emigrationUSA a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:United_States 
    ; rdfs:label "Emigration in die USA." .

_:professorPosition a bio:Event 
    ; ex:eventNote ex:remigration
    ; bio:date "1951"^^xsd:gYear 
    ; bio:place dbr:Frankfurt_am_Main
    ; rdfs:label "Nach dem Zweiten Weltkrieg wird Horkheimer erneut ordentlicher Professor in Frankfurt und war von 1951 bis 1953 Rektor." .

_:foundingInstitute a bio:Event 
    ; bio:date "1924"^^xsd:gYear 
    ; bio:place dbr:Frankfurt_am_Main 
    ; rdfs:label "Horkheimer ist Mitbegründer des Instituts für Sozialforschung im Jahr 1924." .

_:institutsdirektor a bio:Evemt 
    ; bio:date "1932"^^xsd:gYear
    ; rdfs:label "Nachfolger von Carl Grünberg als Institutsdirektor des Instituts für Sozialforschung"
    ; bio:place dbr:Frankfurt_am_Main .
