
@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:Theodor_Litt a foaf:Person 
    ; foaf:name "Theodor Litt"
    ; owl:sameAs dbr:Theodor_Litt
    ; dbo:birthDate "1880-12-27"^^xsd:date
    ; dbo:deathDate "1962-07-16"^^xsd:date
    ; dbo:religion dbr:Protestantism
    ; owl:sameAs <https://explore.gnd.network/gnd/118573543>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q104267>
    ; ex:repercussion ex:resignation
    ; ex:repercussionReasons ex:bbg6, ex:political
    ; ex:places dbr:Leipzig_University
    ; dbo:influencedBy dbr:Wilhelm_von_Humboldt
    ; bio:event _:retirementLeipzig, _:worldWarParticipation, _:editorshipErziehung, _:lecturesAustria, _:publicationErlaubnis, _:honorPourLeMerite .
    
_:retirementLeipzig a bio:Retirement 
    ; bio:date "1937-07-30"^^xsd:date 
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Rücktritt auf eigenen Antrag und emeritiert nach § 6 BBG." .

_:worldWarParticipation a bio:Participation 
    ; bio:date "1914"^^xsd:gYear 
    ; bio:place dbr:Germany 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg." .

_:editorshipErziehung a bio:Editorship 
    ; bio:date "1926-1937"^^xsd:gYear 
    ; rdfs:label "Hrsg. Die Erziehung (mit E. Spranger)." .

_:lecturesAustria a bio:Lecture 
    ; bio:date "1933, 1935, 1936"^^xsd:gYear 
    ; bio:place dbr:Austria 
    ; rdfs:label "Vortragsreisen nach Österreich." .

_:publicationErlaubnis a bio:Publication 
    ; bio:date "1943"^^xsd:gYear 
    ; rdfs:label "1941 Redeverbot, aber bis 1943 Publikationserlaubnis." .

_:honorPourLeMerite a bio:Honor 
    ; bio:date "ca. 1953"^^xsd:gYear 
    ; rdfs:label "Ritter des Ordens Pour le Mérite (Friedensklasse)." .

_:einleitungInDiePhilosophie a bibo:Book
    ; dcterms:title "Einführung in die Philosophie" 
    ; dcterms:creator ex:Theodor_Litt 
    ; dcterms:issued "1933"^^xsd:gYear 
    ; dcterms:language "de" .

_:philosophieUndZeitgeist a bibo:Book
    ; dcterms:title "Philosophie und Zeitgeist" 
    ; dcterms:creator ex:Theodor_Litt 
    ; dcterms:issued "1935"^^xsd:gYear 
    ; dcterms:language "de" .

_:deutscherGeistUndChristentum a bibo:Book
    ; dcterms:title "Der deutsche Geist und das Christentum" 
    ; dcterms:creator ex:Theodor_Litt 
    ; dcterms:issued "1937"^^xsd:gYear 
    ; dcterms:language "de" .

_:protestantischesGeschichtsbewusstsein a bibo:Book
    ; dcterms:title "Protestantisches Geschichtsbewusstsein" 
    ; dcterms:creator ex:Theodor_Litt 
    ; dcterms:issued "1938"^^xsd:gYear 
    ; dcterms:language "de" .

_:allgemeinesInDerGeisteswissErkenntnis a bibo:Book
    ; dcterms:title "Das Allgemeine in der geisteswissenschaftlichen Erkenntnis" 
    ; dcterms:creator ex:Theodor_Litt 
    ; dcterms:issued "1941"^^xsd:gYear 
    ; dcterms:language "de" .