@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:Erwin_Metzke a foaf:Person 
    ; foaf:name "Erwin Metzke"
    ; owl:sameAs dbr:Erwin_Metzke
    ; owl:sameAs <https://explore.gnd.network/gnd/116957700>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1363243>
    ; dbo:birthName "Erwin Metzke"
    ; dbo:birthDate "1906-07-03"^^xsd:date
    ; dbo:birthPlace dbr:Gdańsk
    ; dbo:deathDate "1956-07-03"^^xsd:date
    ; dbo:deathPlace dbr:Tübingen
    ; ex:places dbr:Heidelberg_University, dbr:University_of_Cologne
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb, ex:sa
    ; ex:academicPosition "Studienassessor, später außerplanmäßiger Professor"
    ; ex:academicFocus "Geschichte der Philosophie"
    ; bio:event _:aplAssKöln, _:habilitation, _:dozentur, _:militärdienst, _:aoProfHeidelberg, _:dozentNeuerOrdnung, _:ausserplanProf, _:rosenberg
    ; dbo:religion dbr:Protestantism .

_:aplAssKöln a bio:Event 
    ; bio:date "1934-07-01"^^xsd:date 
    ; rdfs:label "Außerplanmäßiger Assistent in Köln." .

_:habilitation a bio:Event 
    ; bio:date "1934-08-03"^^xsd:date 
    ; rdfs:label "Habilitation und Dozentur." .

_:dozentur a bio:Event  
    ; bio:date "1937-04-01"^^xsd:date 
    ; rdfs:label "Metzke wird planmäßiger Dozent." .

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

_:dozentNeuerOrdnung a bio:Event 
    ; bio:date "1939-11-04"^^xsd:date 
    ; rdfs:label "Dozent neuer Ordnung." .

_:ausserplanProf a bio:Event 
    ; bio:date "1940-10-01"^^xsd:date 
    ; rdfs:label "Außerplanmäßiger Professor." .

_:militärdienst a bio:Event  
    ; bio:date "1940-03-07"^^xsd:date 
    ; rdfs:label "Von März 1940 bis 30. Juni 1944 leistet Metzke Militärdienst." .

_:aoProfHeidelberg a bio:Position 
    ; bio:date "1944-11-09"^^xsd:date 
    ; rdfs:label "Am 9. November 1944 wurde Metzke außerordentlicher Professor der Philosophie in Heidelberg." .
