@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:Paul_Ludwig_Landsberg a foaf:Person 
    ; foaf:name "Paul Ludwig Landsberg"
    ; owl:sameAs dbr:Paul_Ludwig_Landsberg
    ; dbo:birthDate "1901-12-03"^^xsd:date
    ; dbo:birthPlace dbr:Bonn
    ; dbo:deathDate "1944-04-02"^^xsd:date
    ; dbo:deathPlace dbr:Oranienburg_concentration_camp
    ; ex:places dbr:University_of_Bonn
    ; ex:repercussion ex:dismissal, ex:murdered
    ; ex:repercussionReasons ex:bbg3, ex:nonariyan
    ; ex:hostcountry dbr:Switzerland, dbr:France, dbr:Spain 
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Privatdozent in Bonn"
    ; ex:academicFocus "Schüler von Husserl und Scheler "
    ; owl:sameAs <https://explore.gnd.network/gnd/11856918X>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q72062>
    ; dbo:influencedBy dbr:Edmund_Husserl, dbr:Max_Scheler
    ; bio:event _:emigrationSwitzerland, _:teachingPositions, _:emigrationFrance, _:radioParis, _:arrestGestapo, _:internment, _:deathKZ .

_:emigrationSwitzerland a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Switzerland
    ; rdfs:label "Nach dem Entzug der Lehrbefugnis emigriert Landsberg in die Schweiz." .

_:teachingPositions a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Barcelona, <http://dbpedia.org/resource/Santander,_Spain>
    ; rdfs:label "Landsberg wird Dozent in Barcelona und Santander." .

_:emigrationFrance a bio:Event 
    ; ex:eventNote ex:migration 
    ; bio:date "1936"^^xsd:gYear 
    ; bio:place dbr:France 
    ; rdfs:label "Beim Ausbruch des spanischen Bürgerkriegs verlässt Landsberg Spanien und geht nach Frankreich." .

_:radioParis a bio:Event 
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Kommentator im deutsprachigen Programm von Radio Paris." .

_:internment a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:France 
    ; rdfs:label "Landsberg wird kurzzeitig interniert und flieht ins nicht besetzte Frankreich, lebt dort unter dem Namen Paul Richert." .

_:arrestGestapo a bio:Event 
    ; bio:date "1943-03"^^xsd:gYearMonth
    ; bio:place dbr:France 
    ; rdfs:label "Im März 1943 wird Landsberg von der Gestapo verhaftet." .

_:deathKZ a bio:Event 
    ; bio:date "1944-04-02"^^xsd:date 
    ; bio:place dbr:Oranienburg 
    ; rdfs:label "Landsberg stirbt im KZ Oranienburg." .
