@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:Alexander_Pfänder a foaf:Person 
    ; foaf:name "Alexander Pfänder"
    ; owl:sameAs dbr:Alexander_Pfänder
    ; owl:sameAs <https://www.wikidata.org/wiki/Q72107>
    ; owl:sameAs <https://explore.gnd.network/gnd/118593471>
    ; dbo:birthDate "1870-02-07"^^xsd:date
    ; dbo:birthPlace dbr:Iserlohn
    ; dbo:deathDate "1941-03-18"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Professor der Philosophie und Psychologie und Vorstand des psychologischen Instituts der Universität München"
    ; ex:academicFocus "Logik, Erkenntnistheorie, Ethik, Charakterologie, Motivationspsychologie" 
    ; dbo:influencedBy dbr:Edmund_Husserl
    ; bio:event _:retirement .

_:retirement a bio:Event 
    ; bio:date "1935-03-31"^^xsd:date 
    ; rdfs:label "Versetzung in den Ruhestand von der Universität München." .
