@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:Erich_Stern a foaf:Person 
    ; foaf:name "Erich Stern"
    ; owl:sameAs dbr:Erich_Stern
    ; owl:sameAs <https://explore.gnd.network/gnd/118753606>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1353310>
    ; dbo:birthName "Erich Stern"
    ; dbo:birthDate "1889-10-30"^^xsd:date
    ; dbo:birthPlace dbr:Berlin 
    ; dbo:deathDate "1959-01-07"^^xsd:date
    ; dbo:deathPlace dbr:Zürich
    ; ex:places dbr:University_of_Giessen
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg3, ex:nonariyan
    ; ex:hostcountry ex:France
    ; dbo:influencedBy dbr:Psychology, dbr:Philosophy
    ; dbo:religion dbr:Judaism
    ; ex:academicPosition "Doktor der Medizin und außerordentlicher Professor für Philosophie und Pädagogik"
    ; ex:academicFocus "Experimentelle Psychologie, Pädagogik und Sozialphilosophie"
    ; bio:event _:teachingRestriction, _:emigrationParis, _:foreignAssistant, _:resistance, _:researchPosition .

_:teachingRestriction a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Entzug der Lehrbefugnis nach §3 BBG." .

_:emigrationParis a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Bis 1940 an der Clinique de Neuropsychiatrie Infantile in Paris." .

_:foreignAssistant a bio:Event
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Assistent étranger à la Fac. Méd. Sorbonne." .

_:einbuergerung a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "Stern erlangt die französische Staatsbürgerschaft." .

_:resistance a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:Southern_France
    ; rdfs:label "Bis 1944 aktiv in der Résistance." .

_:researchPosition a bio:Event 
    ; bio:date "1950"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Bis 1955 wieder an der Neuropsychiatrischen Kinderklinik und Chargé de Recherches am CNRS." .
