
@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/> .

ex:Kurt_Lewin a foaf:Person 
    ; foaf:name "Kurt Lewin"
    ; owl:sameAs dbr:Kurt_Lewin
    ; dbo:birthDate "1890-09-09"^^xsd:date
    ; dbo:birthPlace dbr:Mogilno
    ; dbo:deathDate "1947-02-12"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Newtonville,_Massachusetts>
    ; owl:sameAs <https://explore.gnd.network/gnd/118572431>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q77106>
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; dbo:religion dbr:Judaism
    ; ex:hostcountry dbr:United_States
    ; ex:academicPosition "Außerordentlicher Professor für Philosophie und Psychologie"
    ; ex:academicFocus "Schüler von C. Stumpf, in der Sozial-, Entwicklungs- und Experimentalpsychologie, wichtigster Impulsgeber unter den US-Emigranten der 30er Jahre"
    ; bio:event _:emigrationUSA, _:professorshipCornell, _:supportInstitute, _:professorshipIowa, _:guestProfHarvard, _:guestProfBerkeley, _:consultingOS, _:founderResearchCenter .

_:emigrationUSA a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:United_States
    ; rdfs:label "Rücktritt auf eigenen Antrag nach Rückkehr von einer einjährigen Gastprofessur an der Stanford University, Emigration im August des Jahres." .

_:professorshipCornell a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Cornell_University
    ; rdfs:label "Professor für Psychologie an der Cornell University." .

_:supportInstitute a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Hebrew_University_of_Jerusalem
    ; rdfs:label "Unterstützung eines psychologischen Instituts an der Hebräischen Universität in Palästina." .

_:professorshipIowa a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:University_of_Iowa
    ; rdfs:label "Bis 1944 Professor an der Child Welfare Research Station, Universität Iowa." .

_:guestProfHarvard a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:Harvard_University
    ; rdfs:label "Bis 1940 Gastprofessur an der Harvard University." .

_:guestProfBerkeley a bio:Event 
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place <http://dbpedia.org/resource/University_of_California,_Berkeley>
    ; rdfs:label "Sommer 1939 Gastprofessur am U.C. Berkeley." .

_:consultingOS a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; rdfs:label "Beratertätigkeit für das OSS, das Office of Naval Research und das U.S. Public Health Service." .

_:founderResearchCenter a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; bio:place dbr:Massachusetts_Institute_of_Technology
    ; rdfs:label "Bis 1947 Gründer und Leiter des Research Center for Group Dynamics am Massachusetts Institute of Technology, Cambridge." .
