@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_Bergmann a foaf:Person 
    ; foaf:name "Ernst Bergmann"
    ; owl:sameAs dbr:Ernst_Bergmann
    ; owl:sameAs <https://explore.gnd.network/gnd/119081938>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q78322>
    ; dbo:birthDate "1881-08-07"^^xsd:date
    ; dbo:birthPlace dbr:Colditz
    ; dbo:deathDate "1945-04-16"^^xsd:date
    ; dbo:deathPlace dbr:Naumburg
    ; ex:places dbr:Leipzig_University
    ; ex:membership ex:nsdap, ex:nsdap_before_1933, ex:nslb
    ; dbo:influencedBy dbr:Gottfried_Wilhelm_Leibniz, dbr:Georg_Wilhelm_Friedrich_Hegel
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Nichtbeamteter, außerplanmäßiger Professor für Philosophie in Leipzig"
    ; ex:academicFocus "Ästhetik, Deutscher Idealismus, Religionsphilosophie"
    ; bio:event _:woundedWWI, _:politicalAffiliations, _:churchDeparture, _:promotion .

_:woundedWWI a bio:Event 
    ; bio:date "1914"^^xsd:date 
    ; rdfs:label "Ernst Bergmann wurde im Ersten Weltkrieg schwer verwundet." .

_:politicalAffiliations a bio:Event 
    ; bio:date "1930-07-01"^^xsd:date 
    ; rdfs:label "Trat am 1. Juli 1930 der NSDAP bei und war Mitglied des NSLB (Mitgliedsnummer NSDAP: 329.503, NSLB: 1158.)." .

_:churchDeparture a bio:Event 
    ; bio:date "1932-12-12"^^xsd:date 
    ; rdfs:label "Austritt aus der evangelischen Kirche." .

_:promotion a bio:Event 
    ; bio:date "1939-11-20"
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Ernennung zum außerplanmäßigen Professor. " .