@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:Georg_Burckhardt a foaf:Person 
    ; foaf:name "Georg Burckhardt"
    ; owl:sameAs dbr:Georg_Burckhardt
    ; owl:sameAs <https://explore.gnd.network/gnd/117161276>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q94847917>
    ; dbo:birthDate "1881-05-30"^^xsd:date
    ; dbo:birthPlace dbr:Rinteln
    ; dbo:deathDate "1974-09-16"^^xsd:date
    ; dbo:deathPlace dbr:Kassel
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:membership ex:nslb
    ; ex:academicPosition "Nichtbeamteter, außerordentlicher Professor für Philosophie und Pädagogik"
    ; ex:academicFocus "Kulturphilosophie und Sozialpädagogik"
    ; bio:event _:participationWWI, _:arrestGestapo, _:retirement, _:editorialWork, _:membershipNSLB, _:selbstdarstellung .

_:selbstdarstellung a bio:Event 
    ; rdfs:label "»Niemals einer Partei zugehörig, da seit Beginn der Lehrtätigkeit für eine organisch-ständische Volksordnung, vertrat selbstdenkend in Lehre und Schrift seit 1913 einen wesens-aristokratischen Sozialismus (Linie Platon-Fichte-Nietzsche), arbeitete an dessen philosoph. Begründung gegen Sozial-Demokratie, marxist. Kommunismus u. gegen konservative Reaktion.« (Selbstdarstellung; REM-Personalakte)." .

_:participationWWI a bio:Event 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg." .

_:arrestGestapo a bio:Event 
    ; bio:date "1939"^^xsd:gYear 
    ; rdfs:label "Während des Krieges von der Gestapo verhaftet, weil er Vortragsabende mit Gegnern des Regimes in seiner Wohnung veranstaltet hatte." .

_:retirement a bio:Event 
    ; bio:date "1939"^^xsd:gYear 
    ; bio:place dbr:Frankfurt_am_Main 
    ; rdfs:label "In den Ruhestand versetzt als Professor für Philosophie und Pädagogik in Frankfurt am Main." .

_:editorialWork a bio:Event 
    ; bio:date "1937"^^xsd:gYear 
    ; rdfs:label "Herausgeber der Reihe 'Kulturphilosophische, philosophiegeschichtliche und erziehungswissenschaftliche Studien'." .

_:membershipNSLB a bio:Event 
    ; bio:date "1934-06-01"^^xsd:date 
    ; rdfs:label "Mitgliedschaft im NSLB (Nr. 290.295)." .