@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_Schulemann a foaf:Person 
    ; foaf:name "Günther Schulemann"
    ; owl:sameAs dbr:Günther_Schulemann
    ; owl:sameAs <https://explore.gnd.network/gnd/117160156>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q17322060>
    ; dbo:birthDate "1889-08-26"^^xsd:date
    ; dbo:birthPlace <http://dbpedia.org/resource/Nysa,_Poland>
    ; dbo:deathDate "1964-06-15"^^xsd:date
    ; dbo:deathPlace dbr:Dresden
    ; ex:places dbr:University_of_Wrocław
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; ex:academicPosition "Domvikar und Zeremoniar an der Metropol. Kirche und nichtbeamteter, außerordentlicher Professor der Philosophie"
    ; ex:academicFocus "Philosophie des Mittelalters, Ästhetik und Ost- und innerasiatische Religions- und Kulturgeschichte"
    ; ex:membership ex:nslb
    ; dbo:religion dbr:Catholic_Church
    ; bio:event _:academicPosition, _:rejectionPosition, _:militaryService, _:priester, _:beitrittNSLB .

_:academicPosition a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:University_of_Wrocław
    ; rdfs:label "Bis 1939 Lehrauftrag für Geistesgeschichte an der Universität Breslau." .

_:rejectionPosition a bio:Event 
    ; bio:date "1939-11-09"^^xsd:date 
    ; rdfs:label "Ablehnung der außerplanmäßigen Professur." .

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

_:priester a bio:Event 
    ; bio:date "1918"^^xsd:gYear
    ; rdfs:label "Seit 1918 katholischer Priester." .

_:beitrittNSLB a bio:Event 
    ; bio:date "1933-07-01"^^xsd:date 
    ; rdfs:label "Beitritt zum NSLB (Nr. 277.890)." .