@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:Gottfried_Martin a foaf:Person 
    ; foaf:name "Gottfried Martin"
    ; owl:sameAs dbr:Gottfried_Martin
    ; owl:sameAs <https://explore.gnd.network/gnd/118731351>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1539353>
    ; dbo:birthDate "1901-06-19"^^xsd:date
    ; dbo:birthPlace dbr:Gera
    ; dbo:deathDate "1972-10-20"^^xsd:date
    ; dbo:deathPlace dbr:Bonn
    ; dbo:religion dbr:Atheism, "? >>arisch<<"
    ; ex:places dbr:University_of_Jena, dbr:University_of_Cologne
    ; ex:academicFocus "Herausgeber der Kant-Studien"
    ; ex:academicPosition "Dozent für Philosophie"
    ; ex:membership ex:nsdap, ex:nsdap_in_1937
    ; bio:event _:habilitationKoeln, _:dozenturJena, _:nsdapMembership, _:professorshipKoeln, _:professorshipMainz, _:professorshipBonn
    ; dbo:influencedBy dbr:Heinrich_Heimsoeth .

_:habilitationKoeln a bio:Habilitation 
    ; bio:date "1940-07-28"^^xsd:date 
    ; bio:place dbr:Cologne 
    ; rdfs:label "Habilitation in Köln zu Wilhelm von Ockham." .

_:dozenturJena a bio:Position 
    ; bio:date "1941-04-17"^^xsd:date 
    ; bio:place dbr:Jena 
    ; rdfs:label "Dozent für Philosophie in Jena." .

_:nsdapMembership a bio:Membership 
    ; bio:date "1937-05-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP, Mitgliedsnummer 4.708.632." .

_:professorshipKoeln a bio:Position 
    ; bio:date "1948"^^xsd:gYear 
    ; bio:place dbr:Cologne 
    ; rdfs:label "Nebenamtlicher Professor der Philosophie in Köln." .

_:professorshipMainz a bio:Position 
    ; bio:date "1953"^^xsd:gYear 
    ; bio:place dbr:Mainz 
    ; rdfs:label "Planmäßiger außerordentlicher Professor der Philosophie in Mainz." .

_:professorshipBonn a bio:Position 
    ; bio:date "1958"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Professor in Bonn." .

