@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:Julius_Kraft a foaf:Person 
    ; foaf:name "Julius Kraft"
    ; owl:sameAs dbr:Julius_Kraft
    ; owl:sameAs <https://explore.gnd.network/gnd/116359900>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1561286>
    ; dbo:birthName "Julius Krafi"
    ; dbo:birthDate "1898-10-23"^^xsd:date
    ; dbo:birthPlace dbr:Wunstorf
    ; dbo:deathDate "1960-12-29"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Norwalk,_Connecticut>
    ; dbo:religion dbr:Judaism
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:repercussion ex:dismissal, ex:remigration
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; ex:hostcountry dbr:Netherlands, dbr:United_States
    ; ex:academicPosition "Privatdozent"
    ; ex:academicFocus "Politische, Rechts- und Sozialphilosophie (examinierter Jurist), Verfasser einer Kritik zur Entwicklung der Phänomenologie von Husserl bis Heidegger"
    ; dbo:influencedBy dbr:Edmund_Husserl, dbr:Martin_Heidegger
    ; bio:event _:emigrationNetherlands, _:emigrationUSA, _:positionUtrecht, _:positionRochester, _:positionWashingtonJefferson .
    
_:emigrationNetherlands a bio:Emigration 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Netherlands
    ; rdfs:label "Nach seiner Entlassung nach §3 BBG emigriert Kraft in die Niederlande." .

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

_:positionUtrecht a bio:Position 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Utrecht 
    ; rdfs:label "Bis 1939 Privatdozent an der Universität Utrecht." .

_:positionRochester a bio:Position 
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place dbr:University_of_Rochester 
    ; rdfs:label "Bis 1945 Dozent an der University of Rochester." .

_:positionWashingtonJefferson a bio:Position 
    ; bio:date "1945"^^xsd:gYear 
    ; bio:place dbr:Washington_%26_Jefferson_College 
    ; rdfs:label "Professor der Philosophie am Washington and Jefferson College." .

