@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:Hugo_Fischer a foaf:Person 
    ; foaf:name "Hugo Fischer"
    ; dbo:birthDate "1897-10-17"^^xsd:date
    ; dbo:birthPlace dbr:Munich
    ; dbo:deathDate "1975-05-11"^^xsd:date
    ; dbo:deathPlace dbr:Ohlstadt
    ; owl:sameAs <https://explore.gnd.network/gnd/116556633>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1358769>
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:Leipzig_University
    ; ex:membership ex:nslb
    ; ex:repercussion ex:resignation, ex:remigration
    ; ex:repercussionReasons ex:political
    ; ex:hostcountry ex:Norway, ex:Great_Britain
    ; ex:academicPosition "Privatdozent der Philosophie, später nichtbeamteter, außerordentlicher Professor"
    ; bio:event _:emigrationNorway, _:emigrationEngland, _:appointmentOslo, _:militaryService, _:gastprofessurBenares, _:remigration 
    ; ex:academicFocus "Arbeitete in Leipzig mit F.Krueger, H.Volkelt und H.Freyer und gehörte zum nationalrevolutionären Kreis um Ernst Jünger." .

_:emigrationNorway a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:Oslo 
    ; rdfs:label "Im Sommer 1938 aus gesundheitlichen Gründen beurlaubt zur Aufnahme einer Tätigkeit am Institut für Gesellschaftsforschung und Arbeitslehre der Universität Oslo." .

_:emigrationEngland a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place  dbr:England 
    ; rdfs:label "Emigration nach England." .

_:appointmentOslo a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "Beurlaubung zur Tätigkeit am Institut für Gesellschaftsforschung und Arbeitslehre." .

_:militaryService a bio:Event 
    ; rdfs:label "Fronteinsatz im Ersten Weltkrieg." .

_:gastprofessurBenares a bio:Event 
    ; bio:place dbr:Varanasi 
    ; bio:date "1949"^^xsd:gYear 
    ; rdfs:label "Gastprofessur in Benares (Indien)" .

_:remigration a bio:Event 
    ; ex:eventNote ex:remigration
    ; bio:place dbr:Munich
    ; bio:date "1956"^^xsd:gYear
    ; rdfs:label "Rückkehr nach Deutschland, außerordentlicher Profesosr in München." .