@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:Heinrich_Lützeler a foaf:Person 
    ; foaf:name "Heinrich Lützeler"
    ; owl:sameAs dbr:Heinrich_Lützeler
    ; owl:sameAs <https://explore.gnd.network/gnd/118820095>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q102347>
    ; dbo:birthDate "1902-01-27"^^xsd:date
    ; dbo:birthPlace dbr:Bonn
    ; dbo:deathDate "1988-06-13"^^xsd:date
    ; dbo:deathPlace dbr:Bonn
    ; ex:places dbr:University_of_Bonn
    ; ex:membership ex:nslb
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; ex:academicPosition "Privatdozent der Philosophie in Bonn"
    ; dbo:religion dbr:Catholic_Church
    ; bio:event _:appointmentBonn, _:DFGGrant, _:teachingRevocation, _:politicalAffiliations, _:academicPositions .

_:appointmentBonn a bio:Event 
    ; bio:date "1935-04"^^xsd:gYearMonth
    ; bio:position "Privatdozent der Philosophie" 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Beauftragt mit der Verantwortung für die Ästhetik in Verbindung mit der Kunstphilosophie." .

_:DFGGrant a bio:Event 
    ; bio:date "1935-04-01"^^xsd:date 
    ; rdfs:label "Bis März 1936 DFG-Forschungsstipendium für das Projekt 'Die Gestaltung der Farbe und der Kunst mit besonderer Berücksichtigung der deutsch-germanischen Kunst'." .

_:teachingRevocation a bio:Event 
    ; bio:date "1940-02-06"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis nach Einwänden des Stellvertreters des Führers gegen die Einstellung als Dozent neuer Ordnung." .

_:politicalAffiliations a bio:Event 
    ; bio:date "1930"^^xsd:gYear 
    ; rdfs:label "Mitglied der Zentrumspartei (1930-1931), NSLB (Austritt 1940), NSV (1933), RLB (1935)." .

_:academicPositions a bio:Event 
    ; bio:date "1945"^^xsd:gYear 
    ; rdfs:label "Nach dem Krieg: nebenamtlicher Professor 1945, ordentlicher Professor und Direktor des Kunsthistorischen Instituts in Bonn 1946." .
