
@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:Wolfram_Steinbeck a foaf:Person 
    ; foaf:name "Wolfram Steinbeck"
    ; owl:sameAs <http://dbpedia.org/resource/Wolfram_Steinbeck_(Philosoph)>
    ; dbo:birthDate "1905-03-14"^^xsd:date
    ; dbo:deathDate "1988-11-24"^^xsd:date
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:membership ex:nsdap, ex:nsdap_in_1933, ex:nslb, ex:sa
    ; owl:sameAs <https://explore.gnd.network/gnd/121193330>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q107166170>
    ; dbo:influencedBy dbr:Johann_Gottlieb_Fichte
    ; bio:event _:studies, _:habilitation, _:positionGraz, _:membershipNSDAP, _:vManNSDDB, _:publications, _:postWarCareer
    ; foaf:gender "male"
    ; dbo:religion dbr:Protestantism .

_:studies a bio:Education 
    ; bio:date "1933-1934"^^xsd:gYear 
    ; bio:place dbr:Reichenbach_in_Vogtland
    ; rdfs:label "Studienassistent am Oberlyzeum Reichenbach/Eule." .

_:habilitation a bio:Habilitation 
    ; bio:date "1938-12-19"^^xsd:date 
    ; rdfs:label "Habilitation für Philosophie." .

_:positionGraz a bio:Position 
    ; bio:date "1940-04-03"^^xsd:date 
    ; bio:place dbr:Graz
    ; rdfs:label "Vertriebene Position in Graz für Carl Siegel." .

_:membershipNSDAP a bio:Membership 
    ; bio:date "1933-03-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP (Nr. 1.471.512)." .

_:vManNSDDB a bio:Involvement 
    ; bio:date "1936"^^xsd:gYear 
    ; rdfs:label "Wurde V-Mann des NSDDB an der Philosophischen Fakultät in Berlin." .

_:publications a bio:Publication 
    ; bio:date "1939, 1941"^^xsd:gYear 
    ; rdfs:label "Veröffentlichte zwei Bücher über Johann Gottlieb Fichte." .

_:postWarCareer a bio:Career 
    ; bio:date "1945"^^xsd:gYear 
    ; rdfs:label "Nach Kriegsende verlor er seine Stellung in Graz und wurde Studienrat in Hagen." .
