
@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:Siegfried_Behn a foaf:Person 
    ; foaf:name "Siegfried Behn" 
    ; owl:sameAs dbr:Siegfried_Behn
    ; dbo:birthName "Siegfried Behn"
    ; dbo:birthDate "1884-06-03"^^xsd:date
    ; dbo:deathDate "1970-11-27"^^xsd:date
    ; ex:places dbr:University_of_Bonn
    ; owl:sameAs <https://explore.gnd.network/gnd/116109890>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q20752099>
    ; dbo:religion dbr:Catholic_Church
    ; dbo:academicPosition "o.Prof. für Philosophie und Psychologie in Bonn"
    ; bio:event _:worldWarI, _:academicPositionBonn, _:heerespsychologe
    ; dbo:author _:einleitungInDieMetaphysik, _:dasEthosDerGegenwart .

_:worldWarI a bio:MilitaryService 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Ausgezeichnet im Ersten Weltkrieg." .

_:academicPositionBonn a bio:AcademicPosition 
    ; bio:date "1937"^^xsd:gYear 
    ; rdfs:label "Inhaber des Konkordats-Lehrstuhls für Philosophie."
    ; bio:place dbr:Bonn 
    ; bio:participant ex:Siegfried_Behn 
    ; dcterms:description "Direktor des philosophischen Seminars und des psychologischen Instituts." .

_:heerespsychologe a bio:AcademicPosition 
    ; bio:date "1941-1943"^^xsd:gYear 
    ; rdfs:label "Heerespsychologe, vertreten durch A. Dyroff und V. Rüfner." .

_:einleitungInDieMetaphysik a bibo:Book 
    ; dcterms:title "Einleitung in die Metaphysik" 
    ; dcterms:creator ex:Siegfried_Behn 
    ; dcterms:issued "1933"^^xsd:gYear 
    ; dcterms:language "de" .

_:dasEthosDerGegenwart a bibo:Book 
    ; dcterms:title "Das Ethos der Gegenwart" 
    ; dcterms:creator ex:Siegfried_Behn 
    ; dcterms:issued "1934"^^xsd:gYear 
    ; dcterms:language "de" .
