@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:William_Stern a foaf:Person 
    ; foaf:name "William Stern"
    ; dbo:birthDate "1871-04-29"^^xsd:date
    ; dbo:birthPlace dbr:Berlin 
    ; dbo:deathDate "1938-03-27"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Durham,_North_Carolina>
    ; owl:sameAs dbr:William_Stern
    ; owl:sameAs <https://explore.gnd.network/gnd/118798758>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q57347>
    ; dbo:religion dbr:Judaism
    ; bio:event _:retirement, _:emigrationHolland, _:emigrationUSA, _:gastprofessur
    ; dbo:influenced dbr:Günther_Anders
    ; ex:places dbr:University_of_Hamburg
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg6 
    ; ex:hostcountry ex:Netherlands, ex:United_States
    ; ex:academicPosition "Professor der Philosophie und Psychologie in Hamburg" 
    ; ex:academicFocus "Hauptanreger der modernen Kinderpsychologie und der 'differentiellen Psychologie', Vertreter eines 'kritischen Personalismus'" .

_:retirement a bio:Retirement 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Hamburg 
    ; rdfs:label "Versetzung in den Ruhestand nach § 3 BBG." .

_:emigrationHolland a bio:Emigration 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Netherlands 
    ; rdfs:label "Emigration nach Holland." .

_:emigrationUSA a bio:Emigration 
    ; ex:eventNote ex:migration 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:United_States 
    ; rdfs:label "Emigration in die USA." .

_:gastprofessur a bio:Event 
    ; bio:date "1935"^^xsd:gYear
    ; bio:place dbr:Duke_University
    ; rdfs:label "Bis 1938 Professor für Psychologie an der Duke University in Durham, North Carolina; Gastprofessor in Havard, Columbia und an der Brown University." .
