@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:Paul_Honigsheim a foaf:Person 
    ; foaf:name "Paul Honigsheim"
    ; owl:sameAs dbr:Paul_Honigsheim
    ; dbo:birthDate "1885-03-28"^^xsd:date
    ; dbo:birthPlace dbr:Düsseldorf
    ; dbo:deathDate "1963-07-22"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/East_Lansing,_Michigan>
    ; dbo:religion dbr:Catholic_Church
    ; ex:places dbr:University_of_Cologne
    ; ex:hostcountry dbr:France, dbr:Panama, dbr:United_States
    ; ex:repercussion ex:dismissal 
    ; ex:repercussionReasons ex:bbg4, ex:political
    ; ex:academicPosition "Außerordentlicher Professor der Philosophie in Köln und Leiter der VHS"
    ; ex:academicFocus "Schüler von Max Weber, philosophische Anthropologie, Sozialphilosophie und Soziologie"
    ; owl:sameAs <https://explore.gnd.network/gnd/118819674> 
    ; owl:sameAs <https://www.wikidata.org/wiki/Q2060256>
    ; bio:event _:professorshipKoeln, _:emigrationFrance, _:professorshipPanama, _:professorshipMichiganState, _:participationWWI .

_:professorshipKoeln a bio:Position 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:University_of_Cologne
    ; rdfs:label "Außerordentlicher Professor der Philosophie an der Universität Köln." .

_:emigrationFrance a bio:Emigration 
    ; ex:eventNote ex:migration 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Paris
    ; rdfs:label "Nach der Entlassung nach §4 BBG emigriert Honigsheim nach Frankreich. Leiter der Pariser Zweigstelle des Genfer Instituts für Sozialforschung" .

_:professorshipPanama a bio:Position 
    ; ex:eventNote ex:migration 
    ; bio:date "1936"^^xsd:gYear
    ; bio:place dbr:University_of_Panama
    ; rdfs:label "Professor an der Universität Panama." .

_:professorshipMichiganState a bio:Position 
    ; ex:eventNote ex:migration 
    ; bio:date "1938-1950"^^xsd:gYear
    ; bio:place dbr:Michigan_State_University 
    ; rdfs:label "Professor an der Michigan State University in den USA." .

_:participationWWI a bio:Participation 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg als Dolmetscher im Kriegsgefangenenlager." .

