@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:Hans_Leisegang a foaf:Person 
    ; foaf:name "Hans Leisegang"
    ; owl:sameAs dbr:Hans_Leisegang
    ; owl:sameAs <https://explore.gnd.network/gnd/11877932X> 
    ; owl:sameAs <https://www.wikidata.org/wiki/Q105840>
    ; dbo:birthDate "1890-03-13"^^xsd:date
    ; dbo:birthPlace <http://dbpedia.org/resource/Blankenburg,_Unstrut-Hainich-Kreis>
    ; dbo:deathDate "1951-04-05"^^xsd:date
    ; dbo:deathPlace dbr:Berlin 
    ; ex:places dbr:University_of_Jena
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Professor der Philosophie in Jena"
    ; ex:academicFocus "Griechische Philosophie, Religionsphilosophie"
    ; bio:event _:dismissal, _:prisonSentence, _:studiumPhysik, _:foreignLectures, _:publicationPermission, _:promotion, _:militaryService, _:newAcademicPosition .

_:dismissal a bio:Dismissal 
    ; bio:date "1934-12-22"^^xsd:date 
    ; rdfs:label "Amtsenthobung nach § 129 Staatsbeamtengesetz wegen abfälliger Bemerkungen über Hitler nach dem Tode Hindenburgs." .

_:prisonSentence a bio:Imprisonment 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Sechs Monate Gefängnis wegen »Beschimpfung des Reiches«." .

_:studiumPhysik a bio:Education 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Aufnahme eines Physikstudiums." .

_:foreignLectures a bio:PublicLecture 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Vienna, dbr:Graz, dbr:Innsbruck
    ; rdfs:label "Genehmigung zu Auslandsvorträgen in Wien, Graz und Innsbruck." .

_:publicationPermission a bio:PublicationPermission 
    ; bio:date "1940-08"^^xsd:gYearMonth
    ; rdfs:label "Darf ab August 1940 wieder veröffentlichen." .

_:promotion a bio:Graduation 
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Promotion in Physik." .

_:militaryService a bio:MilitaryService 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:newAcademicPosition a bio:Position 
    ; bio:date "1945"^^xsd:gYear 
    ; bio:place dbr:Jena
    ; rdfs:label "Erneut ordentlicher Professor in Jena." .

_:freieUniversitaet a bio:Event 
    ; bio:date "1948"^^xsd:gYear
    ; bio:place dbr:Berlin 
    ; rdfs:label "Professur an der Freien Universität Berlin." .
