
@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:Gunther_Ipsen a foaf:Person 
    ; foaf:name "Günther Ipsen"
    ; owl:sameAs dbr:Gunther_Ipsen
    ; owl:sameAs <https://explore.gnd.network/gnd/118555758>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q114587>
    ; dbo:birthDate "1899-03-20"^^xsd:date
    ; dbo:birthPlace dbr:Innsbruck
    ; dbo:deathDate "1984-01-29"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/Oberursel_(Taunus)>
    ; dbo:religion dbr:Protestantism
    ; ex:places dbr:University_of_Königsberg, dbr:Leipzig_University
    ; ex:academicFocus "Volkslehre und Volksforschung (Sprach- und Geschichtsphilosophie, Gesellschaftskunde)"
    ; ex:academicPosition "Nichtbeamteter, außerordentlicher Professor "
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb, ex:sa
    ; dbo:influencedBy dbr:Kurt_Bühler
    ; bio:event _:academicPositions, _:militaryService, _:editorialWork, _:postWarProfessorship .

_:academicPositions a bio:Event 
    ; bio:date "1933-05-01"^^xsd:date 
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Leiter des Seminars für politische Erziehung in Leipzig." .

_:militaryService a bio:Event 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:editorialWork a bio:Event 
    ; bio:date "1930"^^xsd:gYear 
    ; rdfs:label "Bis 1933 Herausgeber der Blätter für deutsche Philosophie." .

_:postWarProfessorship a bio:Event 
    ; bio:date "1945"^^xsd:gYear 
    ; bio:place dbr:Münster 
    ; rdfs:label "Nach Kriegsende Professor für Philosophie und Soziologie in Münster." .

_:professurWien a bio:Event
    ; bio:date "1939-05-22"^^xsd:Date 
    ; bio:place dbr:Vienna 
    ; rdfs:label "Professor für Philosophie und Volkslehre. " . 