@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:Bruno_Bauch a foaf:Person 
    ; foaf:name "Bruno Bauch"
    ; owl:sameAs dbr:Bruno_Bauch
    ; owl:sameAs <https://www.wikidata.org/wiki/Q72106>
    ; owl:sameAs <https://explore.gnd.network/gnd/11865361X> 
    ; dbo:birthDate "1877-01-19"^^xsd:date
    ; dbo:birthPlace dbr:Osina_Wielka
    ; dbo:deathDate "1942-02-27"^^xsd:date
    ; ex:places dbr:University_of_Jena
    ; dbo:religion dbr:Catholic_Church
    ; ex:academicPosition "Professor für Philosophie in Jena"
    ; ex:academicFocus "Systematische Philosophie, Ethik und Religionsphilosophie" 
    ; dbo:deathPlace dbr:Jena
    ; bio:event _:foundationGermanPhilosophicalSociety, _:chairGermanPhilosophicalSociety, _:nsdapCall, _:remark .

_:remark a bio:Event 
    ; rdfs:label "»Seit Anfang der 20er Jahre um die Begründung des völkischen Gedankens bemüht« (REM Fragebogen, BDC)." .

_:foundationGermanPhilosophicalSociety a bio:Event 
    ; bio:date "1917"^^xsd:gYear 
    ; rdfs:label "Gründung der Deutschen Philosophischen Gesellschaft mit M. Wundt." .

_:chairGermanPhilosophicalSociety a bio:Event 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Übernahme des Vorsitzes der Deutschen Philosophischen Gesellschaft (als Nachfolger von F. Krueger)." .

_:nsdapCall a bio:Event 
    ; bio:date "1933-03-05"^^xsd:date 
    ; rdfs:label "Wahlaufruf zur NSDAP." .
