@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:Carl_Jesinghaus a foaf:Person 
    ; foaf:name "Carl Jesinghaus"
    ; owl:sameAs dbr:Carl_Jesinghaus
    ; owl:sameAs <https://explore.gnd.network/gnd/121939308>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q112493170>
    ; dbo:birthDate "1886-02-12"^^xsd:date
    ; dbo:deathDate "1948-11-18"^^xsd:date
    ; dbo:deathPlace dbr:Argentina
    ; ex:places dbr:University_of_Würzburg
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Professor an der Facultad de Filosofia y Lettras in Buenos Aires"
    ; bio:event _:returnToGermany, _:professorWürzburg, _:dismissalUSMilitary, _:retirement, _:membershipNSLB, _:membershipNSDAP .

_:returnToGermany a bio:Return 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Argentina, dbr:Germany
    ; rdfs:label "Rückkehr nach Deutschland nach 20jährigem Aufenthalt in Argentinien." .

_:professorWürzburg a bio:Appointment 
    ; bio:date "1935-07-01"^^xsd:date 
    ; rdfs:label "Professor für Philosophie (einschl. Ästhetik), Psychologie und Pädagogik in Würzburg (Nachfolge Marbe), Vorstand des Psychologischen Instituts und der Philosophischen Seminars." .

_:dismissalUSMilitary a bio:Dismissal 
    ; bio:date "1945-07"^^xsd:gYearMonth
    ; rdfs:label "Amtsenthoben auf Weisung der US-Militärregierung." .

_:retirement a bio:Retirement 
    ; bio:date "1947"^^xsd:gYear 
    ; rdfs:label "Erneut zum ordentlichen Professor ernannt und in den Ruhestand versetzt." .

_:membershipNSLB a bio:Event 
    ; bio:date "1936-04-01"^^xsd:date 
    ; rdfs:label "Eintritt in den NSLB (Nr. 336.173)." .

_:membershipNSDAP a bio:Event 
    ; bio:date "1937-05-01"^^xsd:date 
    ; rdfs:label "Eintritt in die NDSAP (Nr. 5.431.225)." .