@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:Aloys_Wenzl a foaf:Person 
    ; foaf:name "Aloys Wenzl"
    ; owl:sameAs dbr:Aloys_Wenzl
    ; owl:sameAs <https://www.wikidata.org/wiki/Q113137>
    ; owl:sameAs <https://explore.gnd.network/gnd/118766996>
    ; dbo:birthName "Aloys Wenzl"
    ; dbo:birthDate "1887-01-25"^^xsd:date
    ; dbo:birthPlace dbr:Munich
    ; dbo:deathDate "1967-07-20"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; ex:membership ex:nslb
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; bio:event _:academicPositions, _:militaryService, _:politicalAffiliation, _:entzugLehrbefugnis, _:gymnasiallehrer, _:entzugSchuldienst, _:lehrtätigkeitKrakau, _:lehrtätigkeitIngolstadt, _:eintrittNLSB, _:ausschlussNLSB, _:saeuberungen, _:nachDemKrieg
    ; dbo:religion dbr:Catholic_Church
    ; ex:academicPosition "Studienrat, Privatdozent für Philosophie"
    ; ex:academicFocus "Naturphilosophie, Metaphysik, Denk- und Begabungspsychologie, philosophische Deutung der modernen Physik" .

_:academicPositions a bio:Event 
    ; bio:date "1933-11-29"^^xsd:date 
    ; bio:place dbr:Munich
    ; rdfs:label "Wenzl wird am 29. November 1933 zum außerordentlichen Professor ernannt und am 21. Dezember 1933 zum Studienprofessor im Schuldienst." .

_:militaryService a bio:Event 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg." .

_:politicalAffiliation a bio:Event 
    ; bio:date "1918"^^xsd:gYear 
    ; rdfs:label "Mitglied der SPD von November 1918 bis März 1933, später in verschiedenen politischen Organisationen aktiv." .

_:entzugLehrbefugnis a bio:Event
    ; bio:date "1938-11-22"^^xsd:date
    ; rdfs:label "Entzug der Lehrbefugnis nach §18 RHO." .

_:gymnasiallehrer a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "Bis 1940 Tätigkeit als Gymnasiallehrer" .

_:entzugSchuldienst a bio:Event 
    ; bio:date "1940-05-20"
    ; rdfs:label "Vorläufiger Schuldienstverbot nach §6 DBG." .

_:lehrtätigkeitKrakau a bio:Event 
    ; bio:date "1941-10"^^xsd:gYearMonth
    ; bio:place dbr:Kraków 
    ; rdfs:label "Lehrer für Kurzschrift und Maschinenschreiben." .

_:lehrtätigkeitIngolstadt a bio:Event 
    ; bio:date "1942-04"^^xsd:gYearMonth
    ; bio:place dbr:Ingolstadt 
    ; rdfs:label "Gymnasiallehrer in Ingolstadt." .

_:eintrittNLSB a bio:Event
    ; bio:date "1936-03-01"^^xsd:date
    ; rdfs:label "Eintritt in den NLSB (Nr. 334.372)." .

_:ausschlussNLSB a bio:Event 
    ; bio:date "1940-10-21"^^xsd:date
    ; rdfs:label "Ausschluss aus dem NLSB." .

_:saeuberungen a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Entging den Säuberungen von 1933, weil er der SPD »ohne aktive politische Betätigung« angehört hatte (REM Fragebogen, BAK), bis der NSDDB 1937 die Entfernung von der Hochschule verlangt. Ein Verfahren zur Versetzung in den Ruhestand nach § 71 DBG wird von der Reichskanzlei nicht eingeleitet, weil Maßnahmen nach BBG unterblieben waren; Wenzl wird deshalb in »weltanschaulich« bedeutungslosen Stellungen weiterverwendet." .

_:nachDemKrieg a bio:Event
    ; bio:date "1946"^^xsd:gYear 
    ; bio:place dbr:Munich
    ; rdfs:label "Professor der Philosophie an der Universität München." .
