@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:Jonas_Cohn a foaf:Person 
    ; foaf:name "Jonas Cohn"
    ; dbo:birthDate "1869-12-02"^^xsd:date
    ; dbo:birthPlace dbr:Görlitz
    ; dbo:deathDate "1947-01-12"^^xsd:date
    ; dbo:deathPlace dbr:Birmingham
    ; ex:places dbr:University_of_Freiburg
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; ex:hostcountry dbr:Great_Britain
    ; owl:sameAs dbr:Jonas_Cohn
    ; owl:sameAs <https://explore.gnd.network/gnd/118669664>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q215732>
    ; bio:event _:emigrationEngland, _:removalOfTeachingAuthorization
    ; dbo:religion dbr:Judaism
    ; ex:academicFocus "Vertreter des südewestdeutschen Neukantianismus, Erziehungswissenschaftler und mit Fechner, Wundt, Ebbinghaus, Külpe an der Entwicklung der experimentellen Psychologie beteiligt"
    ; ex:academicPosition "Außerordentlicher Professor für Philosophie und Pädagogik in Freiburg" .

_:emigrationEngland a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:place dbr:Great_Britain
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Nach dem Entzug der Lehrbefugnis emigriert Cohn nach England." .

_:removalOfTeachingAuthorization a bio:Event 
    ; bio:date "1933-08-21"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis nach §3 BBG." .
