
@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:Jakob_Barion a foaf:Person 
    ; foaf:name "Jakob Barion"
    ; owl:sameAs dbr:Jakob_Barion
    ; dbo:birthDate "1898-07-23"^^xsd:date
    ; dbo:deathDate "1996-02-16"^^xsd:date
    ; ex:places dbr:University_of_Bonn
    ; ex:membership ex:nslb
    ; owl:sameAs <https://explore.gnd.network/gnd/119107287>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1678903>
    ; dbo:religion dbr:Catholic_Church
    ; bio:event _:habilitationBonn, _:lehrstuhlvertretungBraunsberg, _:gastprofBonn, _:oProfBonn
    ; dbo:author _:plotinUndAugustinus, _:philosophiaPerennis .

_:habilitationBonn a bio:Graduation 
    ; bio:date "1934-08-15"^^xsd:date 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Habilitation in Bonn unter A. Dyroff." .

_:lehrstuhlvertretungBraunsberg a bio:Appointment 
    ; bio:date "1937-04"^^xsd:gYearMonth
    ; bio:place dbr:Braunsberg 
    ; rdfs:label "Lehrstuhlvertretung für Rosenmöller an der Staatlichen Akademie Braunsberg." .

_:gastprofBonn a bio:Appointment 
    ; bio:date "1947"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Gastprofessur in Bonn." .

_:oProfBonn a bio:Appointment 
    ; bio:date "1955"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Wurde ordentlicher Professor in Bonn." .

_:plotinUndAugustinus a bibo:Book 
    ; dcterms:title "Plotin und Augustinus" 
    ; dcterms:creator ex:Jakob_Barion 
    ; dcterms:issued "1935"^^xsd:gYear 
    ; dcterms:language "de" .

_:philosophiaPerennis a bibo:Book 
    ; dcterms:title "Philosophia perennis" 
    ; dcterms:creator ex:Jakob_Barion 
    ; dcterms:issued "1936"^^xsd:gYear 
    ; dcterms:language "de" .
