@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:Alois_Dempf a foaf:Person 
    ; foaf:name "Alois Dempf"
    ; owl:sameAs dbr:Alois_Dempf
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1617808>
    ; owl:sameAs <https://explore.gnd.network/gnd/118671448>
    ; dbo:birthDate "1891-01-02"^^xsd:date
    ; dbo:birthPlace dbr:Altomünster
    ; dbo:deathDate "1982-11-15"^^xsd:date
    ; ex:places dbr:University_of_Bonn
    ; dbo:deathPlace dbr:Eggstätt
    ; dbo:influencedBy dbr:Moritz_Schlick
    ; bio:event _:frontsoldierWWI, _:descartesEventParis, _:nachfolgeSchlick, _:entzugLehrbefugnis, _:lecturesSantander, _:profMuenchen
    ; dbo:religion dbr:Catholic_Church
    ; ex:academicPosition "Nichtbeamteter, außerordentlicher Professor für Philosophie in Bonn" 
    ; ex:academicFocus "Mittelalterliche Philosophie und Ethik, Religionsphilosophie" .

_:frontsoldierWWI a bio:Event 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:descartesEventParis a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Teilnahme an einer Descartes-Veranstaltung in Paris." .

_:nachfolgeSchlick a bio:Event
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Wien
    ; rdfs:label "Ordentlicher Professor in Wien (Nachfolge von Moritz Schlick)." .

_:entzugLehrbefugnis a bio:Event
    ; bio:date "1938"^^xsd:gYear
    ; rdfs:label "Entzug der Lehrbefugnis nach dem Anschluß Österreichs, hat zumindest bis 1942 publiziert." .

_:lecturesSantander a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place <http://dbpedia.org/resource/Santander,_Spain>
    ; rdfs:label "Vorträge in Santander (Spanien)." .

_:profMuenchen a bio:Event
    ; bio:date "1948"^^xsd:yYear 
    ; bio:place dbr:Munich
    ; rdfs:label "Professor in München und Gastprofessor in Wien. " .
