
@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_Haering a foaf:Person 
    ; foaf:name "Theodor Haering"
    ; owl:sameAs dbr:Theodor_Haering
    ; dbo:birthName "Theodor Haering"
    ; dbo:birthDate "1884-04-22"^^xsd:date
    ; dbo:deathDate "1964-06-15"^^xsd:date
    ; ex:places dbr:University_of_Tübingen
    ; ex:membership ex:nsdap, ex:nsdap_in_1937
    ; owl:sameAs <https://explore.gnd.network/gnd/104196300>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q108676>
    ; dbo:religion dbr:Protestantism
    ; dbo:position "o.Prof. der Phil. in Tübingen"
    ; bio:event _:membershipNSDAP, _:warService, _:retirement, _:publication1, _:publication2, _:publication3, _:publication4, _:publication5 .

_:membershipNSDAP a bio:Membership 
    ; bio:date "1937-05-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP (Nr. 5.896.006), auch im KfdK." .

_:warService a bio:Service 
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Referent der Arbeitstagung »Europa und die deutsche Philosophie« in Nürnberg." .

_:retirement a bio:Retirement 
    ; bio:date "1948"^^xsd:gYear 
    ; rdfs:label "In den Ruhestand versetzt, 1951 nachträgl. emeritiert." .

_:publication1 a bibo:Book
    ; dcterms:title "Die phil. Grundlagen der heutigen Universitätsbildung" 
    ; dcterms:creator ex:Theodor_Haering 
    ; dcterms:issued "1933"^^xsd:gYear .

_:publication2 a bibo:Book 
    ; dcterms:title "Rede auf Alt-Tübingen" 
    ; dcterms:creator ex:Theodor_Haering 
    ; dcterms:issued "1935"^^xsd:gYear .

_:publication3 a bibo:Book 
    ; dcterms:title "Rede für den Geist" 
    ; dcterms:creator ex:Theodor_Haering 
    ; dcterms:issued "1935"^^xsd:gYear .

_:publication4 a bibo:Book 
    ; dcterms:title "Das Deutsche in der dt. Philosophie" 
    ; dcterms:creator ex:Theodor_Haering 
    ; dcterms:issued "1941"^^xsd:gYear 
    ; dcterms:description "Herausgeber" .

_:publication5 a bibo:Book 
    ; dcterms:title "Die Deutsche und die Europ. Phil." 
    ; dcterms:creator ex:Theodor_Haering 
    ; dcterms:issued "1943"^^xsd:gYear .
