
@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:Paul_Wilpert a foaf:Person 
    ; foaf:name "Paul Wilpert"
    ; owl:sameAs dbr:Paul_Wilpert
    ; dbo:birthName "Paul Wilpert"
    ; dbo:birthDate "1906-04-26"^^xsd:date
    ; dbo:deathDate "1967-01-01"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/11739629X>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q20742733>
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb, ex:sa
    ; dbo:influencedBy dbr:Philosophy
    ; dbo:religion dbr:Catholic_Church
    ; bio:event _:habilitation, _:dozent, _:professorPassau, _:professorKoeln, _:politicalAffiliation, _:closurePassau
    ; dbo:author _:wasHeisstPhilosophie .

_:habilitation a bio:Graduation 
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Munich 
    ; rdfs:label "Wilpert habilitiert sich 1937." .

_:dozent a bio:Position 
    ; bio:date "1937-04-20"^^xsd:date 
    ; bio:place dbr:Munich 
    ; rdfs:label "Am 20. April 1937 wird Wilpert Dozent an der Philosophischen Fakultät in München." .

_:professorPassau a bio:Position 
    ; bio:date "1938-02-14"^^xsd:date 
    ; bio:place dbr:Passau 
    ; rdfs:label "Wilpert wird am 14. Februar 1938 außerordentlicher Professor der Philosophie in Passau." .

_:professorKoeln a bio:Position 
    ; bio:date "1954"^^xsd:gYear 
    ; bio:place dbr:Köln 
    ; rdfs:label "Ab 1954 ist er ordentlicher Professor der Philosophie und Pädagogik in Köln." .

_:politicalAffiliation a bio:PoliticalAffiliation 
    ; bio:date "1936"^^xsd:gYear 
    ; rdfs:label "1941 Unterbrechung der Hochschullaufbahn durch Schließung der Philosophisch-Theologischen Hochschule in Passau." .

_:closurePassau a bio:Event 
    ; bio:date "1941"^^xsd:gYear 
    ; rdfs:label "Die Philosophisch-Theologische Hochschule in Passau wird 1941 geschlossen." .

_:wasHeisstPhilosophie a bibo:Book
    ; dcterms:title "Was heißt Philosophie?" 
    ; dcterms:creator ex:Paul_Wilpert 
    ; dcterms:issued "1944"^^xsd:gYear 
    ; dcterms:language "de" 
    ; dcterms:subject "Philosophy" .
