@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:Hans_Driesch a foaf:Person 
    ; foaf:name "Hans Driesch"
    ; owl:sameAs dbr:Hans_Driesch
    ; owl:sameAs <https://explore.gnd.network/gnd/118527479>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q41476>
    ; dbo:birthName "Hans Driesch"
    ; dbo:birthDate "1867-10-28"^^xsd:date
    ; dbo:birthPlace dbr:Bad_Kreuznach
    ; dbo:deathDate "1941-04-16"^^xsd:date
    ; dbo:deathPlace dbr:Leipzig
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Professor in Leipzig und Direktor des Philosophischen Seminars"
    ; ex:academicFocus "Doktorvater von Arnold Gehlen, ursprünglich Biologe, vertrat einen antimaterialistischen Vitalismus und setzte sich für die Parapsychologie ein"
    ; ex:places dbr:Leipzig_University
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; dbo:influencedBy dbr:Arthur_Schopenhauer
    ; bio:event _:graduation, _:emeritus, _:speechBan, _:professorships, _:chairmanship .

_:graduation a bio:Graduation 
    ; bio:date "1894"^^xsd:gYear
    ; bio:place dbr:Leipzig
    ; rdfs:label "Driesch promoviert 1894 in Leipzig." .

_:emeritus a bio:Retirement 
    ; bio:date "1933-10-01"^^xsd:date 
    ; rdfs:label "Hans Driesch wird am 1. Oktober 1933 emeritiert." .

_:speechBan a bio:Restriction 
    ; bio:date "1935-09"^^xsd:gYearMonth
    ; rdfs:label "Im September 1935 erhält Driesch ein Redeverbot aufgrund seiner pazifistischen Haltung." .

_:professorships a bio:Position 
    ; bio:date "1907"^^xsd:gYear 
    ; bio:place dbr:Aberdeen 
    ; rdfs:label "Gastprofessur an der Universität Aberdeen (1907/08)." .

_:chairmanship a bio:Position 
    ; bio:date "1926"^^xsd:gYear 
    ; bio:place dbr:London
    ; rdfs:label "Bis 1927 Vorsitzender der Society for Psychical Research in London." .
