@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:Edgar_Wind a foaf:Person 
    ; foaf:name "Edgar Wind"
    ; owl:sameAs dbr:Edgar_Wind
    ; owl:sameAs <https://explore.gnd.network/gnd/119374552>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q72294>
    ; dbo:birthDate "1900-05-14"^^xsd:date
    ; dbo:birthPlace dbr:Berlin
    ; dbo:deathDate "1971-09-12"^^xsd:date
    ; dbo:deathPlace dbr:Oxford 
    ; ex:places dbr:University_of_Hamburg
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; dbo:religion dbr:Judaism
    ; ex:hostcountry ex:Great_Britain, ex:United_States
    ; ex:academicPosition "Privatdozent in Hamburg"
    ; ex:academicFocus "Ästhetik und Kunstgeschichte"
    ; bio:event _:emigrationEngland, _:positionWarburg, _:positionPierpont, _:positionChicago, _:positionSmith, _:positionOxford .

_:emigrationEngland a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:England
    ; rdfs:label "Entzug der Lehrbefugnis nach § 3 BBG und Emigration nach England." .

_:positionWarburg a bio:Event 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:London
    ; rdfs:label "Bis 1942 Deputy Director des Warburg Institute in London und Honorary Lecturer in Philosophy am University College in London." .

_:positionPierpont a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:New_York_City 
    ; rdfs:label "Emigration in die USA, Visiting Lecturer am Institute of Fine Arts of New York University und an der Pierpont Morgan Library." .

_:positionChicago a bio:Event 
    ; bio:date "1942"^^xsd:gYear 
    ; bio:place dbr:University_of_Chicago 
    ; rdfs:label "Professor für Kunst an der University of Chicago." .

_:positionSmith a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; bio:place <http://dbpedia.org/resource/Northampton,_Massachusetts> 
    ; rdfs:label "Lehre am Smith College in Northampton, Massachusetts." .

_:positionOxford a bio:Event 
    ; bio:date "1955"^^xsd:gYear 
    ; bio:place dbr:Oxford 
    ; rdfs:label "Professur an der University of Oxford." .
