@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/> .

ex:Hans_Friedländer a foaf:Person 
    ; foaf:name "Hans Friedländer"
    ; owl:sameAs dbr:Hans_Friedländer
    ; owl:sameAs <https://explore.gnd.network/gnd/125295383>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q107173515>
    ; dbo:birthDate "1888-08-27"^^xsd:date
    ; dbo:birthPlace dbr:Category:Place_of_birth_unknown
    ; dbo:deathDate "1960"^^xsd:gYear
    ; dbo:deathPlace dbr:Category:Place_of_death_unknown
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg3, ex:nonariyan
    ; dbo:religion dbr:Judaism
    ; ex:hostcountry dbr:Great_Britain
    ; bio:event _:teachingRevocation, _:employmentInLaboratory, _:wissenschaftDesJudentums, _:emigration, _:internierung, _:kingEdwardsSchool, _:portsmouthCollge
    ; ex:academicFocus "Schüler von C. Stumpf und B. Erdmann, Psychologe und Logik"
    ; ex:academicPosition "Privatdozent der Philosophie und Psychologie in Berlin" 
    ; rdfs:comment "Information regarding Hans Friedländer is quite sparse, his birth and death place as well as his exact death date are unknown." .

_:teachingRevocation a bio:Event 
    ; bio:date "1935-11"^^xsd:gYearMonth
    ; rdfs:label "Entzug der Lehrbefugnis nach Aufhebung der 'Frontsoldat-Regelungen in § 3 BBG'." .

_:employmentInLaboratory a bio:Event 
    ; bio:date "1922-10"^^xsd:gYearMonth
    ; bio:place dbr:Berlin
    ; rdfs:label "Bis November 1925 Wissenschaftlicher Mitarbeiter im psycho-technischen Laboratorium der Inspektion für Waffen und Gerät in Berlin." .

_:wissenschaftDesJudentums a bio:Event 
    ; bio:date "1936"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Bis 1939 an der Lehranstalt für die Wissenschaft des Judentums." .

_:emigration a bio:Event 
    ; ex:eventNote ex:migration 
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place dbr:University_of_Bristol
    ; rdfs:label "Emigration nach Großbritannien, Stipendiat an der University of Bristol." .

_:internierung a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; rdfs:label "Als 'enemy alien' interniert." .

_:kingEdwardsSchool a bio:Event 
    ; bio:date "1941"^^xsd:gYear 
    ; bio:place dbr:Birmingham
    ; rdfs:label "Bis 1946 Lehrer an der King Edwards School in Birmingham." .

_:portsmouthCollge a bio:Event 
    ; bio:date "1947"^^xsd:gYear 
    ; bio:place dbr:Portsmouth 
    ; rdfs:label "Lecturer in Psychology am Portsmouth Training College." .