@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:Ernst_Barthel a foaf:Person 
    ; foaf:name "Ernst Barthel"
    ; owl:sameAs dbr:Ernst_Barthel
    ; owl:sameAs <https://explore.gnd.network/gnd/119032120>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q92377>
    ; dbo:birthDate "1890-10-17"^^xsd:date
    ; dbo:birthPlace dbr:Schiltigheim
    ; dbo:deathDate "1953-02-16"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Oberkirch_(Baden)>
    ; ex:places dbr:University_of_Cologne
    ; ex:membership ex:nslb
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political
    ; bio:event _:entzugLehrbefugnis, _:wiederernennungStrassburg, _:grndungGesellschaft, _:membershipNSLB
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Privatdozent für Philosophie in Köln" .

_:membershipNSLB a bio:Event 
    ; bio:date "1934-06-01"
    ; rdfs:label "Beitritt zum NSLB (Nr. 290.856)." .

_:entzugLehrbefugnis a bio:Event 
    ; bio:date "1940-11"^^xsd:gYearMonth
    ; rdfs:label "Entzug der Lehrbefugnis nach § 61 DBG wegen anstößiger Schriften durch die Parteiamtliche Prüfungskommission." .

_:wiederernennungStrassburg a bio:Event 
    ; bio:date "1942"^^xsd:gYear 
    ; bio:place dbr:Strasbourg
    ; rdfs:label "Wiederernennung zum Privatdozenten in Straßburg." .

_:grndungGesellschaft a bio:Event 
    ; rdfs:label "Begründete die Gesellschaft für Lebensphilosophie und neue Naturerkenntnis." .
