
@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:Nikolai_von_Bubnoff a foaf:Person 
    ; foaf:name "Nikolai von Bubnoff"
    ; owl:sameAs dbr:Nikolai_von_Bubnoff
    ; dbo:birthDate "1880-01-07"^^xsd:date
    ; dbo:deathDate "1962-08-04"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/116817429>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q4097652>
    ; dbo:religion dbr:Greek_Byzantine_Catholic_Church
    ; ex:places dbr:Heidelberg_University
    ; ex:membership ex:nslb
    ; bio:event _:academicPositions, _:militaryService
    ; dbo:influencedBy dbr:Friedrich_Nietzsche
    ; dbo:field "Werttheorie, russische Geistesgeschichte" .

_:academicPositions a bio:Employment 
    ; bio:employer dbr:Universität_Heidelberg
    ; bio:date "1939-11-28"^^xsd:date 
    ; bio:position "apl. Professor" 
    ; rdfs:label "Wurde am 28. November 1939 zum außerordentlichen Professor der Philosophie in Heidelberg ernannt." .

_:militaryService a bio:Service 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Wurde am 1. Januar 1934 Mitglied des NSLB (Nr. 285.126) und leistete Militärdienst." .

_:slavicInstitute a bio:Employment 
    ; bio:employer dbr:Slawisches_Institut
    ; rdfs:label "Leitete das Slawische Institut und die russische Abteilung am Heidelberger Dolmetscher-Institut." .

_:mannheimPosition a bio:Employment 
    ; bio:employer dbr:Wirtschaftshochschule_Mannheim
    ; bio:date "1946"^^xsd:gYear 
    ; bio:position "außerordentlicher Professor" 
    ; rdfs:label "Wurde 1946 außerordentlicher Professor an der Wirtschaftshochschule Mannheim." .
