@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:Bernhard_Groethuysen a foaf:Person 
    ; foaf:name "Bernhard Groethuysen"
    ; owl:sameAs dbr:Bernhard_Groethuysen
    ; owl:sameAs <https://www.wikidata.org/wiki/Q2898000>
    ; owl:sameAs <https://explore.gnd.network/gnd/118542370>
    ; dbo:birthDate "1880-01-09"^^xsd:date
    ; dbo:deathDate "1946-09-17"^^xsd:date
    ; dbo:birthPlace dbr:Berlin
    ; dbo:deathPlace dbr:Luxembourg
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:repercussion ex:resignation
    ; ex:repercussionReasons ex:political
    ; ex:hostcountry dbr:France
    ; bio:event _:resignationEmigration, _:revocationTeachingAuthority
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Nichtbeamteter außerordentlicher Professor der Philosophie in Berlin."
    ; ex:academicFocus "Französische Geistesgeschichte des 18. Jahrhunderts, Philosophische Anthropologie, Augustinus, Dilthey, Nietzsche" .

_:resignationEmigration a bio:Event
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Als Linksintellektueller beantragt Groethuysen seine Beurlaubung und emigriert nach Frankreich." .

_:revocationTeachingAuthority a bio:Event 
    ; bio:date "1938-04-09"^^xsd:date 
    ; bio:place dbr:Berlin
    ; rdfs:label "Am 9. April 1938 wird ihm die Lehrbefugnis nach § 18 RHO entzogen." .
    