
@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:Günther_Lutz a foaf:Person 
    ; foaf:name "Günther Lutz"
    ; owl:sameAs <https://explore.gnd.network/gnd/117331155>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1561640>
    ; dbo:birthDate "1910-08-05"^^xsd:date
    ; dbo:birthPlace dbr:Kiel
    ; dbo:deathDate "1946-03-07"^^xsd:date
    ; ex:places dbr:University_of_Greifswald
    ; ex:membership ex:nsdap, ex:nsdap_before_1933, ex:sa, ex:ss
    ; ex:academicPosition "Prom. und Volontär-Assistent am Philosophischen Seminar"
    ; ex:academicFocus "Gemeinschafts- und Kriegsphilosophie, Militärwissenschaft, biologische Typenlehre"
    ; dbo:religion dbr:Protestantism
    ; bio:event _:graduation, _:academicPosition1, _:academicPosition2, _:editorRole1, _:editorRole2
    ; dbo:influencedBy dbr:Immanuel_Kant
    ; dbo:influenced dbr:Philosophy .

_:graduation a bio:Event 
    ; bio:date "1936-07-25"^^xsd:date 
    ; bio:place dbr:Greifswald 
    ; rdfs:label "Promotion und Volontär-Assistent am Philosophischen Seminar in Greifswald." .

_:academicPosition1 a bio:Event 
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Bis 1938 Referent im SD-Hauptamt Berlin." .

_:academicPosition2 a bio:Event 
    ; bio:date "1938-04-01"^^xsd:date 
    ; bio:place dbr:Greifswald 
    ; rdfs:label "Beauftragter Universitätsdozent der Philosophie in Greifswald." .

_:editorRole1 a bio:Event 
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Bis 1944 Herausgeber der Kant-Studien (mit A. Faust, H. Heyse und F. Weinhandl)." .

_:editorRole2 a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; rdfs:label "Bis 1944 Schriftleiter der Propagandablätter Deutscher Wissenschaftlicher Dienst und Europäischer Wissenschafts-Dienst." .
