
@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:Herman_Nohl a foaf:Person 
    ; foaf:name "Herman Nohl"
    ; owl:sameAs dbr:Herman_Nohl
    ; dbo:birthName "Herman Nohl"
    ; dbo:birthDate "1879-10-07"^^xsd:date
    ; dbo:deathDate "1960-09-27"^^xsd:date
    ; ex:places dbr:University_of_Göttingen
    ; owl:sameAs <https://explore.gnd.network/gnd/118588478>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q72066>
    ; bio:event _:professorPosition, _:retirement, _:warParticipation, _:postwarTeaching
    ; dbo:religion dbr:Protestantism
    ; ex:repercussion ex:dismissal 
    ; ex:repercussionReasons ex:bbg4, ex:nonariyanPartner, ex:political
    ; ex:academicPosition "o. Prof. d.Päd. u. Phil. und Direktor d.Päd. Instituts in Göttingen" .

_:professorPosition a bio:Position 
    ; bio:date "1937"^^xsd:gYear 
    ; rdfs:label "Herman Nohl wird im März 1937 in den Ruhestand versetzt." .

_:retirement a bio:Retirement 
    ; bio:date "1937"^^xsd:gYear 
    ; rdfs:label "Versetzung in den Ruhestand nach §4 BBG." .

_:warParticipation a bio:War 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg." .

_:postwarTeaching a bio:Teaching 
    ; bio:date "1949"^^xsd:gYear 
    ; rdfs:label "Nach Kriegsende Wiederaufnahme der Lehrtätigkeit." .

_:charakterUndSchicksal a bibo:Book
    ; dcterms:title "Charakter und Schicksal" 
    ; dcterms:creator ex:Herman_Nohl 
    ; dcterms:issued "1938"^^xsd:gYear 
    ; bibo:edition "2. Auflage 1940" 
    ; dcterms:language "de" .

_:dieSittlichenGrunderfahrungen a bibo:Book
    ; dcterms:title "Die sittl. Grunderfahrungen" 
    ; dcterms:creator ex:Herman_Nohl 
    ; dcterms:issued "1939"^^xsd:gYear 
    ; dcterms:language "de" .
