
@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:Siegfried_Marck a foaf:Person 
    ; foaf:name "Siegfried Marck"
    ; owl:sameAs dbr:Siegfried_Marck
    ; dbo:birthDate "1889-03-09"^^xsd:date
    ; dbo:birthPlace dbr:Wrocław
    ; dbo:deathDate "1957-02-16"^^xsd:date
    ; dbo:deathPlace dbr:Chicago
    ; owl:sameAs <https://explore.gnd.network/gnd/116761288>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q2283588>
    ; ex:places dbr:University_of_Wrocław
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:bbg4, ex:political, ex:nonariyan
    ; ex:hostcountry dbr:France, dbr:United_States
    ; dbo:religion dbr:Judaism
    ; ex:academicPosition "Professor der Philosophie in Breslau"
    ; ex:academicFocus "Veröffentlichungen zur politischen Philosophie, Platon, Hegel, Kant, Marx und zur Geschichte der Sozialdemokratie"
    ; bio:event _:lossOfTeachingLicense, _:emigrationFrance, _:guestProfDijon, _:emigrationUSA, _:teachingYMCA, _:foundingCouncilDemocraticGermany .

_:lossOfTeachingLicense a bio:Event 
    ; bio:date "1933-04-13"^^xsd:date 
    ; rdfs:label "Siegfried Marck verliert als einer der ersten 16 Professoren auf Grund seiner SPD-Mitgliedschaft (mit jüd. Frau) vorläufig die Lehrerlaubnis." .

_:emigrationFrance a bio:Event 
    ; ex:eventNote ex:migration 
    ; bio:date "1933"^^xsd:gYear
    ; bio:place dbr:France 
    ; rdfs:label "Marck emigriert 1933 nach Frankreich." .

_:guestProfDijon a bio:Event 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:University_of_Burgundy
    ; rdfs:label "Bis 1939 Gastprofessor an der Universität Dijon. Unterstütze im Exil die SPD und die Volksfront." .

_:emigrationUSA a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place dbr:United_States
    ; rdfs:label "Emigration in die USA." .

_:teachingYMCA a bio:Event 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:Chicago
    ; rdfs:label "Marck lehrt bis 1945 Philosophie an der Zentrale des YMCA in Chicago." .

_:foundingCouncilDemocraticGermany a bio:Event 
    ; bio:date "1944"^^xsd:gYear 
    ; rdfs:label "Mitbegründer des Council for a Democratic Germany." .
