@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:Adhémar_Gelb a foaf:Person 
    ; foaf:name "Adhémar Gelb"
    ; owl:sameAs dbr:Adhémar_Gelb
    ; owl:sameAs <https://explore.gnd.network/gnd/139471618>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q96288>
    ; dbo:birthDate "1887-11-18"^^xsd:date
    ; dbo:birthPlace dbr:Moscow
    ; dbo:deathDate "1936-08-07"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Sch%C3%B6mberg,_Calw>
    ; ex:places dbr:Martin_Luther_University_of_Halle-Wittenberg
    ; dbo:influencedBy dbr:Carl_Stumpf, dbr:Albert_Riehl
    ; bio:event _:retirement, _:guestProfessor, _:returnToGermany
    ; ex:academicPosition "Professor für Philosophie, insbesondere Psychologie" 
    ; ex:academicFocus "Befaßte sich vor allem mit Wahrnehmungs-, Sprach- und Denkstörungen aufgrund von Hirnverletzungen"
    ; dbo:religion dbr:Protestantism
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3 .

_:retirement a bio:Event 
    ; bio:date "1933-09-07"^^xsd:date 
    ; rdfs:label "Adhémar Gelb wird nach §3 BBG in den Ruhestand versetzt." .

_:guestProfessor a bio:Event 
    ; bio:date "1935-02"^^xsd:gYearMonth 
    ; bio:endDate "1935-06"^^xsd:gYearMonth 
    ; bio:place dbr:Lund 
    ; rdfs:label "Gastprofessor an der Universität Lund in Schweden." .

_:returnToGermany a bio:Event 
    ; bio:date "1935-07"^^xsd:gYearMonth 
    ; rdfs:label "Gelb kehrte wegen Krankheit nach Deutschland zurück." .
