
@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:Traugott_Konstantin_Oesterreich a foaf:Person 
    ; foaf:name "Traugott Konstantin Oesterreich"
    ; owl:sameAs dbr:Traugott_Konstantin_Oesterreich
    ; owl:sameAs <https://explore.gnd.network/gnd/124415687>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q95274>
    ; dbo:birthName "Traugott Konstantin Oesterreich"
    ; dbo:birthDate "1880-09-15"^^xsd:date
    ; dbo:deathDate "1949-07-28"^^xsd:date
    ; ex:places dbr:University_of_Tübingen
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg4, ex:nonariyanPartner, ex:political
    ; dbo:influencedBy dbr:Immanuel_Kant
    ; dbo:religion dbr:Catholic_Church
    ; ex:academicPosition "außerordentlicher Professor der Philosophie in Tübingen"
    ; bio:event _:lossOfTeachingAuthority, _:personalOrdinaryProfessorship, _:publications .

_:lossOfTeachingAuthority a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Entzug der Lehrbefugnis nach §4 BBG." .

_:personalOrdinaryProfessorship a bio:Event 
    ; bio:date "1945"^^xsd:gYear 
    ; rdfs:label "Wurde persönlicher Ordinarius in Tübingen." .

_:publications a bio:Publication 
    ; rdfs:label "Veröffentlichungen zu Kant, zur deutschen Philosophie des 19. Jahrhunderts und zur Parapsychologie." .
