
@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:Theodor_Ziehen a foaf:Person 
    ; foaf:name "Theodor Ziehen"
    ; owl:sameAs dbr:Theodor_Ziehen
    ; dbo:birthDate "1862-11-12"^^xsd:date
    ; dbo:deathDate "1950-12-29"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/116988258>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q69794>
    ; ex:places dbr:Martin_Luther_University_of_Halle-Wittenberg
    ; dbo:religion dbr:Protestantism
    ; dbo:academicPosition "Ordentlicher Professor für Psychologie und Philosophie in Halle"
    ; bio:event _:worldWarParticipation, _:retirement, _:publicationErkenntnistheorie, _:publicationSeelenlebenJugendlicher .

_:worldWarParticipation a bio:Participation 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am Ersten Weltkrieg in der zivilen Besatzungsbehörde in Belgien." .

_:retirement a bio:Retirement 
    ; bio:date "1930-09-30"^^xsd:date 
    ; rdfs:label "Theodor Ziehen wurde am 30. September 1930 emeritiert." .

_:publicationErkenntnistheorie a bibo:Book 
    ; dcterms:title "Erkenntnistheorie" 
    ; dcterms:creator ex:Theodor_Ziehen 
    ; dcterms:issued "1934"^^xsd:gYear 
    ; dcterms:language "de" .

_:publicationSeelenlebenJugendlicher a bibo:Book 
    ; dcterms:title "Das Seelenleben der Jugendlichen" 
    ; dcterms:creator ex:Theodor_Ziehen 
    ; dcterms:issued "1943"^^xsd:gYear 
    ; dcterms:language "de" .
