@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:Dietrich_von_Hildebrand a foaf:Person 
    ; foaf:name "Dietrich von Hildebrand"
    ; owl:sameAs dbr:Dietrich_von_Hildebrand
    ; owl:sameAs <https://www.wikidata.org/wiki/Q14678>
    ; owl:sameAs <https://explore.gnd.network/gnd/118704737>
    ; dbo:birthName "Dietrich von Hildebrand"
    ; dbo:birthDate "1889-10-12"^^xsd:date
    ; dbo:birthPlace dbr:Florence
    ; dbo:deathDate "1977-01-26"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/New_Rochelle,_New_York>
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; dbo:religion dbr:Catholic_Church, "jüd., seit 1914 kath."
    ; ex:hostcountry dbr:Italy, dbr:Austria, dbr:Switzerland, dbr:France, dbr:United_States
    ; bio:event _:entlassungMünchen, _:entlassungWien, _:fluchtWien, _:ankunftUSA, _:ausbürgerungDeutschland, _:ao_Prof_Wien, _:engagement, _:emigrationItalien, _:emigrationWien, _:emigrationFrance
    ; dbo:influencedBy dbr:Edmund_Husserl, dbr:Max_Scheler
    ; dbo:influenced dbr:Robert_Spalter 
    ; ex:academicFocus "Vertreter der phänomenologischen Schule und einer materialen Wertethik"
    ; ex:academicPosition "Außerordentlicher Professor für Philosophie in München" .

_:engagement a bio:Event 
    ; bio:date "1923"^^xsd:gYear
    ; rdfs:label "Trat als führender Vertreter der »katholischen Aktion« schon nach dem Hitler-Putsch 1923 gegen die Nazis auf." .

_:ao_Prof_Wien a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Vienna
    ; rdfs:label "Bis zu seiner Emigration 1938 ist von Hildebrand als außerordentlicher Professor für Philosophie in Wien tätig." .

_:entlassungMünchen a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Munich
    ; rdfs:label "Entlassung nach §3 BBG im Juli 1933." .

_:emigrationItalien a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933-03"^^xsd:gYearMonth
    ; bio:place dbr:Florence 
    ; rdfs:label "Emigration nach Italien." .

_:emigrationWien a bio:Event 
    ; ex:eventNote ex:migration 
    ; bio:date "1933-09"^^xsd:gYearMonth
    ; bio:place dbr:Vienna 
    ; rdfs:label "Emigration nach Österreich." .

_:entlassungWien a bio:Event 
    ; bio:date "1938-03-17"^^xsd:date 
    ; bio:place dbr:Vienna
    ; rdfs:label "Entlassung aus der Position in Wien." .

_:fluchtWien a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1938-03-11"^^xsd:date 
    ; bio:place dbr:Switzerland
    ; rdfs:label "Flucht aus Wien in die Schweiz vor dem Einmarsch der deutschen Truppen." .

_:emigrationFrance a bio:Event
    ; ex:eventNote ex:migration 
    ; bio:date "1939"^^xsd:date 
    ; bio:place dbr:Catholic_University_of_Toulouse 
    ; rdfs:label "Von Hildebrand lehrt bis zur Besetzung Frankreichs durch Deutschland für kurze Zeit an der kath. Universität von Toulouse." .

_:ankunftUSA a bio:Event  
    ; ex:eventNote ex:migtaion 
    ; bio:date "1940-12"^^xsd:gYearMonth 
    ; bio:place dbr:Fordham_University
    ; rdfs:label "Weitere Flucht über Portugal und Brasielien, schließlich Ankunft in den USA im Dezember 1940. Beginn einer langjährigen Lehrtätigkeit (bis 1960) an der kath. Fordham University." .

_:ausbürgerungDeutschland a bio:Event 
    ; bio:date "1936-12-02"^^xsd:date 
    ; bio:place dbr:Germany
    ; rdfs:label "Ausbürgerung aus Deutschland." .
