@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:Edmund_Husserl a foaf:Person 
    ; foaf:name "Edmund Husserl"
    ; owl:sameAs dbr:Edmund_Husserl
    ; owl:sameAs <https://explore.gnd.network/gnd/118555006>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q58586>
    ; dbo:birthDate "1859-04-08"^^xsd:date
    ; dbo:deathPlace dbr:Freiburg_im_Breisgau_im_Breisgau
    ; dbo:deathDate "1938-04-27"^^xsd:date
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:University_of_Freiburg
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; dbo:influencedBy dbr:Franz_Brentano
    ; dbo:influenced dbr:Martin_Heidegger, dbr:Maurice_Merleau-Ponty 
    ; ex:academicFocus "Begründer der Phänomonologie und Herausgeber des Jahrbuchs für Philosophie und phänomenologische Forschung" 
    ; ex:academicPosition "Geheimrat, Professor der Philosophie in Freiburg" ;
    ; bio:event _:professorFreiburg, _:emeritierung, _:beurlaubung, _:ruhestand .

_:professorFreiburg a bio:Position 
    ; bio:date "1916"^^xsd:gYear 
    ; bio:place dbr:Freiburg_im_Breisgau_im_Breisgau 
    ; rdfs:label "Husserl wird ordentlicher Professor der Philosophie an der Universität Freiburg." .

_:emeritierung a bio:Retirement 
    ; bio:date "1928"^^xsd:gYear 
    ; bio:place dbr:Freiburg_im_Breisgau_im_Breisgau 
    ; rdfs:label "Husserl wird emeritiert, bleibt jedoch aktiv in der Fakultät." .

_:beurlaubung a bio:Leave 
    ; bio:date "1933-04-06"^^xsd:date 
    ; bio:place dbr:Freiburg_im_Breisgau_im_Breisgau 
    ; rdfs:label "Beurlaubung nach §3 BBG, am 20.07.1933 aufgehoben wegen der Ausnahmeregelung für Altbeamte." .

_:ruhestand a bio:Retirement 
    ; bio:date "1935-12-31"^^xsd:date 
    ; bio:place dbr:Freiburg_im_Breisgau_im_Breisgau 
    ; rdfs:label "Husserl wird am 31.12.35 in den Ruhestand versetzt." .
