
@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:Walther_Schulze-Soelde a foaf:Person 
    ; foaf:name "Walther Schulze-Soelde"
    ; owl:sameAs dbr:Walther_Schulze-Soelde
    ; dbo:birthDate "1888-04-26"^^xsd:date
    ; dbo:deathDate "1984-07-24"^^xsd:date
    ; ex:places dbr:University_of_Greifswald
    ; ex:membership ex:nsdap, ex:nsdap_in_1933, ex:nslb
    ; owl:sameAs <https://explore.gnd.network/gnd/123945100>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q93248349>
    ; dbo:birthPlace dbr:Germany
    ; dbo:religion dbr:Protestantism
    ; bio:event _:professorshipGreifswald, _:professorshipInnsbruck, _:professorshipMunich, _:retirement .

_:professorshipGreifswald a bio:Position 
    ; bio:date "1939-03-17"^^xsd:date 
    ; bio:place dbr:Greifswald 
    ; rdfs:label "Wurde außerordentlicher Professor der Philosophie und Pädagogik in Greifswald." .

_:professorshipInnsbruck a bio:Position 
    ; bio:date "1939-11-04"^^xsd:date 
    ; bio:place dbr:Innsbruck 
    ; rdfs:label "Wurde ordentlicher Professor der Philosophie und Pädagogik in Innsbruck." .

_:professorshipMunich a bio:Position 
    ; bio:date "1950"^^xsd:gYear 
    ; bio:place dbr:Munich 
    ; rdfs:label "Erhielt einen Lehrauftrag an der Universität München." .

_:retirement a bio:Retirement 
    ; bio:date "1964"^^xsd:gYear 
    ; bio:place dbr:Munich 
    ; rdfs:label "Wurde emeritierter Professor an der Universität München." .

_:politikUndWissenschaft a bibo:Book
    ; dcterms:title "Politik und Wissenschaft" 
    ; dcterms:creator ex:Walther_Schulze_Soelde 
    ; dcterms:issued "1934"^^xsd:gYear 
    ; dcterms:language "de" .

_:weltanschauungUndPolitik a bibo:Book 
    ; dcterms:title "Weltanschauung und Politik" 
    ; dcterms:creator ex:Walther_Schulze_Soelde 
    ; dcterms:issued "1937"^^xsd:gYear 
    ; dcterms:language "de" .
