@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:Richard_Hellmuth_Goldschmidt a foaf:Person 
    ; foaf:name "Richard Hellmuth Goldschmidt"
    ; dbo:birthDate "1883-07-25"^^xsd:date
    ; dbo:birthPlace dbr:Poznań
    ; dbo:deathDate "1968-06-02"^^xsd:date
    ; dbo:deathPlace dbr:Münster
    ; owl:sameAs <https://explore.gnd.network/gnd/121527387>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1601422>
    ; ex:places dbr:University_of_Münster
    ; ex:repercussion ex:dismissal, ex:remigration
    ; ex:repercussionReasons ex:bbg3, ex:nonariyan
    ; dbo:religion dbr:Judaism
    ; ex:academicPosition "Doktor der Medizin; nichtbeamteter, außerordentlicher Professor und Direktor des psychologischen Seminars"
    ; ex:academicFocus "Philosophie, experimentelle Psychologie und Optik"
    ; ex:hostcountry dbr:Netherlands, ex:Great_Britain
    ; bio:event _:teachingMuenster, _:disqualification1933, _:retirement1935, _:lecturerAmsterdam, _:emigrationBritain, _:returnMuenster .

_:teachingMuenster a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Münster 
    ; rdfs:label "Lehrtätigkeit an der Universität Münster als Direktor des Psychologischen Seminars." .

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

_:retirement1935 a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; rdfs:label "Versetzung in den Ruhestand zum 31.12.35 nach Auslaufen der 'Frontsoldatregelung'." .

_:lecturerAmsterdam a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Amsterdam 
    ; rdfs:label "Emigration in die Niederlande, bis 1939 Dozent an der Universität Amsterdam." .

_:emigrationBritain a bio:Emigration 
    ; ex:eventNote ex:migration 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:Great_Britain 
    ; rdfs:label "Emigration nach Großbritannien, wo er Gastprofessor am Queen's College Oxford und University College London wird." .

_:returnMuenster a bio:Return 
    ; ex:eventNote ex:remigration
    ; bio:date "1949"^^xsd:gYear 
    ; bio:place dbr:Münster 
    ; rdfs:label "Rückkehr nach Münster, wo er als Honorarprofessor tätig ist." .

_:professorMuenster a bio:Event 
    ; bio:date "1952"^^xsd:gYear
    ; bio:place dbr:Münster 
    ; rdfs:label "Zunächst außerordentlicher Professor, im gleichen Jahr ordentliche Professor." .
