
@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:Max_Dessoir a foaf:Person 
    ; foaf:name "Max Dessoir"
    ; owl:sameAs dbr:Max_Dessoir
    ; dbo:birthName "Max Dessoir"
    ; dbo:birthDate "1867-02-08"^^xsd:date
    ; dbo:deathDate "1947-07-19"^^xsd:date
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan
    ; dbo:religion dbr:Protestantism, "ev., ab 15.10.1933 'konfessionslos'"
    ; owl:sameAs <https://explore.gnd.network/gnd/118524933>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q76577>
    ; dbo:influenced dbr:Parapsychology
    ; bio:event _:academicPositionBerlin, _:emergenceParapsychology, _:journalFounding, _:publicationBan, _:lectureTours, _:removalFromList .

_:academicPositionBerlin a bio:Position 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Dessoir wird zum o. Prof. für Philosophie in Berlin ernannt und emeritiert 1934." .

_:emergenceParapsychology a bio:Career 
    ; bio:date "1906"^^xsd:gYear 
    ; rdfs:label "Begründer der Parapsychologie." .

_:journalFounding a bio:Event 
    ; bio:date "1906"^^xsd:gYear 
    ; rdfs:label "Gründung der Zeitschrift für Ästhetik und allgemeine Kunstwissenschaft." .

_:publicationBan a bio:Publication 
    ; bio:date "1941"^^xsd:gYear 
    ; rdfs:label "Verweigerung der Publikationsgenehmigung für die Übersetzung eines seiner Bücher in Rumänien." .

_:lectureTours a bio:Lecture 
    ; bio:date "1935-1936"^^xsd:gYear 
    ; bio:place dbr:Wien, dbr:Bukarest, dbr:Prague
    ; rdfs:label "Dessoir hält Vorträge in Wien (1935), Bukarest (1935, 36) und Prag (1936)." .

_:removalFromList a bio:Removal 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "1938 wird Dessoir aus dem Vorlesungsverzeichnis gestrichen." .
