
@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:Günther_Jacoby a foaf:Person 
    ; foaf:name "Günther Jacoby"
    ; owl:sameAs dbr:Günther_Jacoby
    ; owl:sameAs <https://explore.gnd.network/gnd/119105322>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1561551>
    ; dbo:birthDate "1881-04-21"^^xsd:date
    ; dbo:birthPlace dbr:Königsberg 
    ; dbo:deathDate "1969-01-04"^^xsd:date
    ; dbo:deathPlace dbr:Greifswald
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:University_of_Greifswald
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg6
    ; ex:academicPosition "Professor der Philosophie"
    ; ex:academicFocus "Mitbegründer der modernen Ontologie"
    ; bio:event _:retirement, _:frontSoldier, _:freikorps, _:kappPutsch .

_:retirement a bio:Retirement 
    ; bio:date "1937-06-25"^^xsd:date 
    ; rdfs:label "Günther Jacoby wird zum Ruhestand versetzt nach § 6 BBG aufgrund der Entdeckung eines »jüdischen Großvaters« durch das Reichssippenamt." .

_:frontSoldier a bio:MilitaryService 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Günther Jacoby war Frontsoldat im Ersten Weltkrieg." .

_:freikorps a bio:MilitaryService 
    ; bio:date "1918"^^xsd:gYear 
    ; rdfs:label "Bis 1819 Mitglied im Freikorps von Plewe im Baltikum." .

_:kappPutsch a bio:MilitaryService 
    ; bio:date "1920"^^xsd:gYear 
    ; bio:place dbr:Greifswald
    ; rdfs:label "Jacoby war Führer einer Zeitfreiwilligen-Kompanie im Kapp-Putsch, Führer der 'Baltenkämpfer'." .

_:erneutProfessor a bio:Event 
    ; bio:date "1945-08-05"^^xsd:date 
    ; bio:place dbr:Greifswald
    ; rdfs:label "Erneut ordentlicher Professor für Philosophie." .

