@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:Helmut_Kuhn a foaf:Person 
    ; foaf:name "Helmut Kuhn"
    ; owl:sameAs dbr:Helmut_Kuhn    
    ; owl:sameAs <https://explore.gnd.network/gnd/118725246>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1603831>
    ; dbo:birthDate "1899-03-22"^^xsd:date
    ; dbo:birthPlace dbr:Lubin
    ; dbo:deathDate "1991-10-02"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:repercussion ex:dismissal, ex:remigration
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; dbo:religion dbr:Protestantism, "evangelisch, 1955 katholisch"
    ; ex:hostcountry dbr:United_States
    ; ex:academicPosition "Privatdozent in Berlin"
    ; ex:academicFocus "Griechische Philosophie, Politische Philosophie, Ästhetik"
    ; bio:event _:denunciation, _:jobLossKantSociety, _:leaveOfAbsence, _:lossOfTeachingLicense, _:financialAssistanceApplication, _:refusalREM, _:emigrationUSA, _:visitingFellow, _:associateProfessor, _:professorUNC, _:professorEmory, _:frontSoldierWWI, _:signatoryPTillich, _:remigration .

_:denunciation a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Holland
    ; rdfs:label "Laut Selbstdarstellung Denunziation während einer Vortragsreise in Holland, da Kuhn als 'jüdischer Mischling 1. Grades' galt." .

_:jobLossKantSociety a bio:Event 
    ; bio:date "1935-06-30"^^xsd:date 
    ; rdfs:label "Aufgabe seiner Stelle als Sekretär der Kant-Gesellschaft." .

_:leaveOfAbsence a bio:Event 
    ; bio:date "1936-01-28"^^xsd:date 
    ; rdfs:label "Beurlaubt." .

_:lossOfTeachingLicense a bio:Event 
    ; bio:date "1935-12-31"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis." .

_:financialAssistanceApplication a bio:Event 
    ; bio:date "1936-09-17"^^xsd:date 
    ; rdfs:label "Antrag auf Unterhaltszuschuss beim Universitätskurator." .

_:refusalREM a bio:Event 
    ; bio:date "1936-11-14"^^xsd:date 
    ; rdfs:label "Antrag vom REM abgelehnt." .

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

_:visitingFellow a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:University_of_North_Carolina_at_Chapel_Hill
    ; rdfs:label "Visiting Fellow." .

_:associateProfessor a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:University_of_North_Carolina_at_Chapel_Hill
    ; rdfs:label "Associate Professor." .

_:professorUNC a bio:Event 
    ; bio:date "1942"^^xsd:gYear 
    ; bio:place dbr:University_of_North_Carolina_at_Chapel_Hill
    ; rdfs:label "Professor an der University of North Carolina in Chapel Hill." .

_:professorEmory a bio:Event 
    ; bio:date "1947"^^xsd:gYear 
    ; bio:place dbr:Emory_University
    ; rdfs:label "Professor an der Emory University." .

_:frontSoldierWWI a bio:Event 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:signatoryPTillich a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; rdfs:label "Mitunterzeichner von P. Tillichs Programm des 'Council for a Democratic Germany'." .

_:remigration a bio:Event 
    ; ex:eventNote ex:remigration
    ; bio:date "1949"^^xsd:gYear
    ; bio:place dbr:University_of_Erlangen–Nuremberg
    ; rdfs:label "Rückkehr in die Bundesrepublik, Professor in Erlangen" .
