@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:Gerhard_Lehmann a foaf:Person 
    ; foaf:name "Gerhard Lehmann"
    ; owl:sameAs dbr:Gerhard_Lehmann
    ; owl:sameAs <https://explore.gnd.network/gnd/118571079>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1512042>
    ; dbo:birthDate "1900-07-10"^^xsd:date
    ; dbo:birthPlace dbr:Berlin 
    ; dbo:deathDate "1987-04-18"^^xsd:date
    ; dbo:deathPlace dbr:Berlin
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:academicPosition "Dozent in Berlin"
    ; ex:academicFocus "Kant, Nietzsche, neuere Philosophie, Soziologie"
    ; dbo:religion dbr:Protestantism
    ; bio:event _:habilitationGreifswald, _:dozentBerlin, _:membershipPhilosophyCongress, _:politicalAssignment, _:akademieWiss .

_:habilitationGreifswald a bio:Event 
    ; bio:date "1939-02-01"^^xsd:date 
    ; bio:place dbr:Greifswald 
    ; rdfs:label "Habilitation für Philosophie in Greifswald." .

_:dozentBerlin a bio:Event 
    ; bio:date "1940-01-22"^^xsd:date 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Dozent der Philosophie in Berlin." .

_:membershipPhilosophyCongress a bio:Event 
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Paris
    ; rdfs:label "Mitglied der deutschen Delegation beim IX. Internationalen Philosophiekongress in Paris." .

_:politicalAssignment a bio:Event 
    ; bio:date "1940-02"^^xsd:gYearMonth 
    ; rdfs:label "Politischer Auftrag der Deutschen Informationsstelle." .

_:akademieWiss a bio:Event 
    ; bio:date "1930"^^xsd:gYear 
    ; rdfs:label "Seit 1930 in der Preußischen Akademie der Wissenschaften beschäftigt, arbeitete für das Institut für Politische Pädagogik (unter Baeumler) und das Amt Rosenberg." .
