@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:Hans_Pfeil a foaf:Person 
    ; foaf:name "Hans Pfeil"
    ; owl:sameAs dbr:Hans_Pfeil
    ; owl:sameAs <https://explore.gnd.network/gnd/12113668X>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q59530753>
    ; dbo:birthDate "1903-03-26"^^xsd:date
    ; dbo:birthPlace dbr:Freiberg
    ; dbo:deathDate "1997-11-27"^^xsd:date 
    ; dbo:religion dbr:Catholic_Church
    ; ex:places dbr:University_of_Würzburg
    ; ex:academicPosition "Privatdozent der Philosophie"
    ; ex:membership ex:nslb
    ; bio:event _:ordination, _:qualificationWuerzburg, _:lectureshipRegensburg, _:lectureshipWuerzburg, _:appointmentMuenster, _:transferMuenster, _:professorshipBamberg
    ; dbo:influencedBy dbr:J._Geyser .

_:ordination a bio:Ordination 
    ; bio:date "1929"^^xsd:gYear 
    ; bio:place dbr:Regensburg 
    ; rdfs:label "Hans Pfeil wird 1929 zum katholischen Priester geweiht." .

_:qualificationWuerzburg a bio:Qualification 
    ; bio:date "1938-02-05"^^xsd:date 
    ; bio:place dbr:Würzburg 
    ; rdfs:label "Pfeil erlangt am 5. Februar 1938 den Doktor der Theologie." .

_:lectureshipRegensburg a bio:Lectureship 
    ; bio:date "1936"^^xsd:gYear 
    ; bio:place dbr:Regensburg 
    ; rdfs:label "Vertr. an der Theologischen Hochschule in Regensburg, Sommersemester 1936." .

_:lectureshipWuerzburg a bio:Lectureship 
    ; bio:date "1938-06-16"^^xsd:date 
    ; bio:place dbr:Würzburg 
    ; rdfs:label "Lehrauftrag für philosophisch-theologische Propädeutik an der Theologischen Fakultät in Würzburg am 16. Juni 1938." .

_:appointmentMuenster a bio:Appointment 
    ; bio:date "1940-10-01"^^xsd:date 
    ; bio:place dbr:Münster 
    ; rdfs:label "Lehrauftrag für scholastische Philosophie in Münster ab dem 1. Oktober 1940." .

_:transferMuenster a bio:Transfer 
    ; bio:date "1942-07-15"^^xsd:date 
    ; bio:place dbr:Münster 
    ; rdfs:label "Am 15. Juli 1942 wird er an die dortige Katholisch-Theologische Fakultät versetzt." .

_:professorshipBamberg a bio:Professorship 
    ; bio:date "1947"^^xsd:gYear 
    ; bio:place dbr:Bamberg 
    ; rdfs:label "1947 wird Pfeil o. Professor an der Philosophisch-Theologischen Hochschule Bamberg." .
