@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_Richard_Gerhard_Günther a foaf:Person 
    ; foaf:name "Hans Richard Gerhard Günther"
    ; owl:sameAs dbr:Hans_Richard_Gerhard_Günther
    ; owl:sameAs <https://explore.gnd.network/gnd/116912553> 
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1581881>
    ; dbo:birthName "Hans Richard Gerhard Günther"
    ; dbo:birthDate "1898-07-20"^^xsd:date
    ; dbo:birthPlace dbr:Berlin 
    ; dbo:deathDate "1981-10-30"^^xsd:date
    ; dbo:deathPlace dbr:Garmisch-Partenkirchen
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Privatdozent in Berlin"
    ; ex:academicFocus "Schüler von E. Spranger"
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:membership ex:sa
    ; dbo:influencedBy dbr:Erik_Spranger
    ; bio:event _:academicPositions, _:militaryService, _:membershipActivities, _:dozentErlangen, _:professurFreiburg .

_:academicPositions a bio:Event 
    ; bio:date "1933-03-31"^^xsd:date 
    ; bio:place dbr:Berlin
    ; rdfs:label "Privatdozent in Berlin, bis zum 31.3.36 Oberassistent am philosophischen Seminar." .

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

_:membershipActivities a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Geschäftsführendes Vorstandsmitglied der Deutschen Philosophischen Gesellschaft und Mitherausgeber der Blätter für Deutsche Philosophie." .

_:dozentErlangen a bio:Event 
    ; bio:date "1946"^^xsd:gYear
    ; bio:place dbr:Erlangen
    ; rdfs:label "Lehrbeauftragter in Erlangen." .

_:professurFreiburg a bio:Event 
    ; bio:date "1958"^^xsd:gYear
    ; bio:place dbr:Freiburg_im_Breisgau
    ; rdfs:label "Emeritierung und ordentliche Professur in Freiburg." .