
@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:Karl_Schlechta a foaf:Person 
    ; foaf:name "Karl Schlechta"
    ; owl:sameAs dbr:Karl_Schlechta
    ; dbo:birthDate "1904-01-23"^^xsd:date
    ; dbo:deathDate "1985-02-19"^^xsd:date
    ; ex:places dbr:Goethe_University_Frankfurt, dbr:University_of_Jena
    ; ex:membership ex:nsdap, ex:nsdap_in_1933
    ; owl:sameAs <https://explore.gnd.network/gnd/101117132>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1732828>
    ; dbo:religion dbr:Catholic_Church, "katholisch, später evangelisch" 
    ; bio:event _:lehrauftrag, _:habilitation, _:dozentur, _:mitgliedNSDAP, _:publikationGoethe, _:publikationErasmus, _:aoProfMainz, _:oProfDarmstadt, _:steilnahmeRosenberg .

_:lehrauftrag a bio:Appointment 
    ; bio:date "1936-04-04"^^xsd:date 
    ; bio:place dbr:Jena 
    ; rdfs:label "Lehrauftrag für Vorlesungen und Übungen über Nietzsche am Philosophischen Seminar der Universität Jena." .

_:habilitation a bio:Graduation 
    ; bio:date "1938-10-28"^^xsd:date 
    ; bio:place dbr:Jena 
    ; rdfs:label "Habilitation in Jena." .

_:dozentur a bio:Appointment 
    ; bio:date "1939-11-01"^^xsd:date 
    ; bio:place dbr:Frankfurt_am_Main 
    ; rdfs:label "Universitätsdozent für Philosophie in Frankfurt." .

_:mitgliedNSDAP a bio:Membership 
    ; bio:date "1933-05-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP (Mitgliedsnummer 2.292.735)." .

_:publikationGoethe a bibo:Book 
    ; dcterms:title "Goethe in seinem Verhältnis zu Aristoteles" 
    ; dcterms:creator ex:Karl_Schlechta 
    ; dcterms:issued "1938"^^xsd:gYear .

_:publikationErasmus a bibo:Book 
    ; dcterms:title "Erasmus von Rotterdam" 
    ; dcterms:creator ex:Karl_Schlechta 
    ; dcterms:issued "1940"^^xsd:gYear .

_:aoProfMainz a bio:Appointment 
    ; bio:date "1946"^^xsd:gYear 
    ; bio:place dbr:Mainz 
    ; rdfs:label "Außerordentlicher Professor der Philosophie in Mainz." .

_:oProfDarmstadt a bio:Appointment 
    ; bio:date "1951"^^xsd:gYear 
    ; bio:place dbr:Darmstadt 
    ; rdfs:label "Ordentlicher Professor für Philosophie, Pädagogik und Psychologie in Darmstadt." .

_:steilnahmeRosenberg a bio:Participation 
    ; bio:date "1939-03"^^xsd:gYearMonth
    ; bio:place dbr:Buderose 
    ; rdfs:label "Teilnahme an der philosophischen Arbeitstagung des Amtes Rosenberg." .
