@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:Gustav_Störring a foaf:Person 
    ; foaf:name "Gustav Störring"
    ; owl:sameAs dbr:Gustav_Störring
    ; owl:sameAs <https://explore.gnd.network/gnd/117266183>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1556537>
    ; dbo:birthDate "1860-08-24"^^xsd:date
    ; dbo:birthPlace dbr:Ennepetal
    ; dbo:deathDate "1946-12-01"^^xsd:date
    ; dbo:deathPlace dbr:Göttingen
    ; ex:places dbr:University_of_Bonn
    ; dbo:birthPlace dbr:Germany
    ; dbo:influencedBy dbr:Psychology
    ; bio:event _:graduation, _:membershipKyffhäuserbund
    ; ex:academicPosition "Geheimer Regierungsrat, Doktor der Medizin, Professor der Philosophie und Psychologie"
    ; ex:academicFocus "Ausgebildeter Psychiater, Arbeiten zur experimentellen Psychologie, Erkenntnistheorie, Wertphilospohie und zum Verhältnis von Psychologie und Ethik"
    ; dbo:religion dbr:Protestantism .

_:graduation a bio:Graduation 
    ; bio:date "1927"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Störring wird 1927 emeritiert." .

_:membershipKyffhäuserbund a bio:Membership 
    ; rdfs:label "Mitglied im Kyffhäuserbund." .
