@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/> .

ex:Heinrich_Springmeyer a foaf:Person 
    ; foaf:name "Heinrich Springmeyer"
    ; owl:sameAs dbr:Heinrich_Springmeyer
    ; dbo:birthDate "1898-05-27"^^xsd:date
    ; dbo:birthPlace dbr:Cologne
    ; dbo:deathDate "1971-06-27"^^xsd:date
    ; dbo:deathPlace dbr:Marburg
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:Humboldt_University_of_Berlin, dbr:Martin_Luther_University_of_Halle-Wittenberg
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb
    ; ex:academicPosition "Oberassistent, Lehrstuhlvertretung und Dozent für Philosophie"
    ; ex:academicFocus "Schüler von Alfred Baeumler und Mitarbeiter von Alfred Rosenberg; philosophische Anthropologie, Staats- und Geschichtsphilosophie, Pädagogik und Geschichte der neueren Philosophie"
    ; owl:sameAs <https://explore.gnd.network/gnd/1122304706>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q20733761>
    ; dbo:influencedBy dbr:Alexander_Baeumler 
    ; bio:event _:assistentHartmann, _:habilitation, _:lehrstuhlvertretung, _:professorship, _:professorshipII,  _:dean, _:prorector, _:militaryService, _:nsdapEtc, _:buderose, _:amtRosenberg .

_:assistentHartmann a bio:Event
    ; bio:date "1931"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Bis 1936 Assistent bei Nikolai Hartmann." .

_:habilitation a bio:Event 
    ; bio:date "1933-12-07"^^xsd:date 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Habilitation für Philosophie" .

_:lehrstuhlvertretung a bio:Event 
    ; bio:date "1938-04-01"^^xsd:date 
    ; bio:place dbr:Halle 
    ; rdfs:label "Vertretung des Lehrstuhls für Philosophie." .

_:professorship a bio:Event 
    ; bio:date "1938-08-08"^^xsd:date 
    ; bio:place dbr:Halle 
    ; rdfs:label "Dozent für Philosophie in Halle" .

_:professorshipII a bio:Event 
    ; bio:date "1939-06-01"^^xsd:date 
    ; bio:place dbr:Halle 
    ; rdfs:label "Außerordentlicher Professur mit Unterstützung des Amts Rosenberg." .

_:dean a bio:Event 
    ; bio:date "1943-01-01"^^xsd:date 
    ; bio:place dbr:Halle 
    ; rdfs:label "Bis 1945 Dekan der Philosophischen Fakultät." .

_:prorector a bio:Event 
    ; bio:date "1945-02-05"^^xsd:date 
    ; bio:place dbr:Halle 
    ; rdfs:label "Prorektor der Universität." .

_:militaryService a bio:Event 
    ; bio:date "1942-01-01"^^xsd:date 
    ; rdfs:label "Militärdienst während des Zweiten Weltkriegs." .

_:nsdapEtc a bio:Event 
    ; bio:date "1936"^^xsd:gYear
    ; bio:place dbr:Berlin, dbr:Halle
    ; rdfs:label "NSLB und NSD-Dotzentenbund, V-Mann an der Universität Berlin und Leiter des Amts Wissenschaft des NSDDB in Halle." .

_:buderose a bio:Event
    ; bio:date "1939-03"^^xsd:gYearMonth
    ; rdfs:label "Teilnahme an der philosophischen Arbeitstagung des Amtes Rosenberg auf Schloß Buderose." .

_:amtRosenberg a bio:Event 
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Hauptlektor für Philosophie in Rosenbergs Amt Schrifttumspflege (anstelle von H. A. Grunsky)." .