@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:Balduin_Schwarz a foaf:Person 
    ; foaf:name "Balduin Schwarz"
    ; owl:sameAs dbr:Balduin_Schwarz
    ; owl:sameAs <https://explore.gnd.network/gnd/118762907>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q804822>
    ; dbo:birthDate "1902-03-23"^^xsd:date
    ; dbo:deathDate "1993-11-25"^^xsd:date
    ; dbo:birthPlace dbr:Hanover
    ; dbo:deathPlace dbr:Ainring
    ; dbo:religion dbr:Catholic_Church
    ; ex:hostcountry dbr:Switzerland, dbr:France, dbr:United_States
    ; ex:academicFocus "Arbeitete als Schüler von Dietrich von Hildebrand auf dem Gebiet der katholischen Philosophie und Phänomenologie und schrieb unter dem Pseudonym Johannes Ilen auch in Hildebrands antinazistisch-austrofaschistischer Zeitschrift 'Der Christliche Ständestaat'."
    ; ex:academicPosition "Privatdozent in Münster" 
    ; ex:places dbr:University_of_Münster
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political, ex:nonariyanPartner, ex:bbg4 
    ; bio:event _:denialTeachingAuthority, _:dozentFribourg, _:guestProfInnsbruck, _:emigrationFrance, _:internmentLimoges, _:serviceFrenchArmy, _:emigrationUSA, _:assistantManhattanCollege, _:professorFordham, _:professorSalzburg
    ; dbo:influencedBy dbr:Dietrich_von_Hildebrand .

_:denialTeachingAuthority a bio:LifeEvent 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Münster
    ; rdfs:label "Entzug der Lehrbefugnis nach §4 BBG wegen Widerstand gegen die Gleichschaltung; die Familie seiner Frau war jüdischer Abstammung." .

_:dozentFribourg a bio:Position 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Fribourg
    ; rdfs:label "Emigration in die Schweiz, bis 1938 Dozent an der Universität Fribourg (Schweiz)." .

_:guestProfInnsbruck a bio:Position 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Innsbruck
    ; rdfs:label "Bis 1935 Gastprofessor an der Katholisch-Theologischen Fakultät in Innsbruck." .

_:emigrationFrance a bio:Emigration 
    ; ex:eventNote ex:migration
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:Limoges
    ; rdfs:label "Emigration nach Frankreich nach dem Entzug der deutschen Staatsbürgerschaft und Auslaufen der Schweizer Aufenthaltserlaubnis; als Gymnasiallehrer in Limoges tätig." .

_:internmentLimoges a bio:Internment 
    ; bio:date "1939"^^xsd:gYear 
    ; rdfs:label "Internierung zu Kriegsbeginn." .

_:serviceFrenchArmy a bio:Service 
    ; bio:date "1939"^^xsd:gYear 
    ; rdfs:label "Dienst in der französischen Armee von Dezember 1939 bis Juli 1940." .

_:emigrationUSA a bio:Emigration 
    ; ex:eventNote ex:migration
    ; bio:date "1941"^^xsd:gYear 
    ; bio:place dbr:United_States
    ; rdfs:label "Emigration in die USA nach Intervention der Rockefeller Foundation." .

_:assistantManhattanCollege a bio:Position 
    ; bio:date "1941"^^xsd:gYear 
    ; bio:place dbr:New_York_City
    ; rdfs:label "Bis 1945 Assistant, später Associate Professor am Manhattan College of the Sacred Heart in New York." .

_:professorFordham a bio:Position 
    ; bio:date "1950"^^xsd:gYear 
    ; bio:place dbr:Fordham_University
    ; rdfs:label "Professor an der Fordham Universität in New York." .

_:professorSalzburg a bio:Position 
    ; bio:date "1964"^^xsd:gYear 
    ; bio:place dbr:Salzburg
    ; rdfs:label "Ordentlicher Professor in Salzburg." .
