@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:Helmut_Schelsky a foaf:Person 
    ; foaf:name "Helmut Schelsky"
    ; owl:sameAs dbr:Helmut_Schelsky
    ; dbo:birthDate "1912-10-14"^^xsd:date
    ; dbo:birthPlace dbr:Chemnitz
    ; dbo:deathDate "1984-02-24"^^xsd:date
    ; dbo:deathPlace dbr:Münster
    ; ex:places dbr:University_of_Königsberg
    ; ex:membership ex:nsdap, ex:nsdap_in_1937, ex:nslb, ex:sa
    ; ex:academicPosition "Dozent und Lehrstuhlvertretung"
    ; ex:academicFocus "Als Hobbes-Forscher direkt beeinflusst durch Carl Schmitt und Hans Freyer"
    ; owl:sameAs <https://explore.gnd.network/gnd/118607073>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q104272>
    ; bio:event _:promotionLeipzig, _:aplAssPhilInst, _:stipendiumKoenigsberg, _:habilitation, _:dozentKoenigsberg, _:vertrLehrstuhlLeipzig, _:vertrStrasbourg, _:aoProfStrasbourg
    ; dbo:religion dbr:Protestantism .

_:promotionLeipzig a bio:Graduation 
    ; bio:date "1935-06-06"^^xsd:date 
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Promotion an der Universität Leipzig." .

_:aplAssPhilInst a bio:Employment 
    ; bio:date "1937-03-01"^^xsd:date 
    ; rdfs:label "Wurde akademischer Rat am Philosophischen Institut." .

_:stipendiumKoenigsberg a bio:Employment 
    ; bio:date "1938-11-01"^^xsd:date 
    ; bio:place dbr:Universität_Königsberg 
    ; rdfs:label "Wurde Stipendiat an der Universität Königsberg." .

_:habilitation a bio:Graduation 
    ; bio:date "1939-02-22"^^xsd:date 
    ; rdfs:label "Habilitation." .

_:dozentKoenigsberg a bio:Employment 
    ; bio:date "1939-11-01"^^xsd:date 
    ; bio:place dbr:Universität_Königsberg 
    ; rdfs:label "Wurde Dozent für Philosophie und Soziologie." .

_:vertrLehrstuhlLeipzig a bio:Employment 
    ; bio:date "1942-10-01"^^xsd:date 
    ; bio:place dbr:Universität_Leipzig 
    ; rdfs:label "Vertrat den Lehrstuhl für politische Wissenschaft." .

_:vertrStrasbourg a bio:Employment 
    ; bio:date "1943-04-01"^^xsd:date 
    ; bio:place dbr:Strasbourg 
    ; rdfs:label "Vertrat in Straßburg." .

_:aoProfStrasbourg a bio:Employment 
    ; bio:date "1943-08-12"^^xsd:date 
    ; bio:place dbr:Strasbourg 
    ; rdfs:label "Wurde außerordentlicher Professor für Soziologie und Staatsphilosophie." .
