@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:Eugen_Kühnemann a foaf:Person 
    ; foaf:name "Eugen Kühnemann"
    ; owl:sameAs dbr:Eugen_Kühnemann
    ; owl:sameAs <https://explore.gnd.network/gnd/116589817>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q103587>
    ; dbo:birthDate "1868-07-28"^^xsd:date
    ; dbo:birthPlace dbr:Hanover
    ; dbo:deathDate "1946-05-12"^^xsd:date
    ; dbo:deathPlace dbr:Karpniki
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:University_of_Wrocław
    ; ex:academicPosition "Geheimer Regierungsrat, Professor der Philosophie in Breslau"
    ; ex:academicFocus "Griechische Philosophie, Deutscher Idealismus, Deutsche Geistesgeschichte; vertrat eine 'Biologie des Geistes' und unterstütze publizistisch die deutschen Kriegsziele im Ersten und Zweiten Weltkrieg"
    ; dbo:influencedBy dbr:Friedrich_Nietzsche
    ; bio:event _:academicPosition, _:worldWarParticipation, _:foundingRector, _:publications .

_:academicPosition a bio:Occupation 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Breslau
    ; rdfs:label "Eugen Kühnemann war ordentlicher Professor der Philosophie in Breslau und wurde 1935 emeritiert." .

_:worldWarParticipation a bio:Participation 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg, tätig für die deutsche Regierung in den USA von September 1914 bis Mai 1917." .

_:foundingRector a bio:Founding 
    ; bio:date "1903"^^xsd:gYear 
    ; bio:place dbr:Posen 
    ; rdfs:label "Gründungsrektor der Akademie in Posen und beteiligt an ihrer Umwandlung zur Reichsuniversität im Jahr 1941." .

_:publications a bio:Publication 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "Veröffentlichte Arbeit: 'Fr. Nietzsche in seiner Bedeutung für das Denken der Gegenwart'." .
