@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:Hans-Georg_Gadamer a foaf:Person 
    ; foaf:name "Hans-Georg Gadamer"
    ; owl:sameAs dbr:Hans-Georg_Gadamer
    ; owl:sameAs <https://explore.gnd.network/gnd/118537032>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q76356>
    ; dbo:birthName "Hans-Georg Gadamer"
    ; dbo:birthDate "1900-02-11"^^xsd:date
    ; dbo:birthPlace dbr:Marburg
    ; dbo:deathDate "2002-03-13"^^xsd:date
    ; dbo:deathPlace dbr:Heidelberg
    ; ex:academicPosition "Privatdozent der Philosophie"
    ; ex:academicFocus "Griechische Philosophie, Geschichte der Philosophie, Hermeneutik"
    ; ex:places dbr:Kiel_University, dbr:Leipzig_University, dbr:University_of_Marburg
    ; ex:membership ex:nslb
    ; dbo:religion dbr:Protestantism
    ; bio:event _:privDozMarburg, _:lehrauftrag, _:lehrstuhlvertretungKiel, _:lehrstuhlvertretungMarburg, _:politischeSchulung, _:aoProfMarburg, _:lehrstuhlvertretungLeipzig, _:direktorInstitut .

_:privDozMarburg a bio:Position 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:Marburg 
    ; rdfs:label "Privatdozent der Philosophie in Marburg." .

_:lehrauftrag a bio:Position 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Marburg 
    ; rdfs:label "Lehrauftrag für Philosophie und Ästhetik." .

_:lehrstuhlvertretungKiel a bio:Position 
    ; bio:date "1934"^^xsd:gYear 
    ; bio:place dbr:Kiel 
    ; rdfs:label "Bis 1935 Lehrstuhlvertretung in Kiel (für R. Kroner)." .

_:lehrstuhlvertretungMarburg a bio:Position 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Marburg 
    ; rdfs:label "Bis 1936 Lehrstuhlvertretung in Marburg (für E. Frank)." .

_:politischeSchulung a bio:Event 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Weichselmünde 
    ; rdfs:label "Politische Schulung im Dozentenlager." .

_:aoProfMarburg a bio:Position 
    ; bio:date "1937-04-04"^^xsd:date 
    ; bio:place dbr:Marburg 
    ; rdfs:label "außerordentlicher Professor in Marburg." .

_:lehrstuhlvertretungLeipzig a bio:Position 
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Lehrstuhlvertretung in Leipzig (für A. Gehlen)." .

_:direktorInstitut a bio:Position 
    ; bio:date "1940"^^xsd:gYear 
    ; bio:place dbr:Leipzig 
    ; rdfs:label "Direktor des Philosophischen Instituts." .
