
@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/> .

ex:Walter_Kinkel a foaf:Person 
    ; foaf:name "Walter Kinkel"
    ; dbo:birthDate "1871-12-23"^^xsd:date
    ; dbo:deathDate "1937"^^xsd:gYear
    ; dbo:religion dbr:Unknown
    ; ex:places dbr:University_of_Giessen
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political, ex:bbg4, ex:bbg6
    ; owl:sameAs <https://explore.gnd.network/gnd/116175362>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q93287637>
    ; dbo:influencedBy dbr:Herbart, dbr:Hans_Cohen
    ; bio:event _:honoraryProfessor, _:revocationOfTeachingLicense
    ; ex:philosophicalFocus "Neukantianism", "Greek Philosophy", "Kant", "Cohen", "Herbart" .

_:honoraryProfessor a bio:HonoraryPosition 
    ; bio:date "o.Hon.-Prof. in Gießen" 
    ; rdfs:label "Walter Kinkel wird Honorarprofessor in Gießen." .

_:revocationOfTeachingLicense a bio:Revocation 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Im Jahr 1934 wird Walter Kinkel die Lehrbefugnis entzogen." .
