
@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:Matthias_Baumgartner a foaf:Person 
    ; foaf:name "Matthias Baumgartner"
    ; owl:sameAs dbr:Matthias_Baumgartner
    ; dbo:birthDate "1865-02-20"^^xsd:date
    ; dbo:deathDate "1933-06-22"^^xsd:date
    ; ex:places dbr:University_of_Wrocław
    ; owl:sameAs <https://explore.gnd.network/gnd/116092165>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q95009038>
    ; dbo:religion dbr:Catholic_Church
    ; dbo:academicPosition "em. o.Prof. für Phil. in Breslau"
    ; bio:event _:refusalTeachingLicense, _:editorContribution .

_:refusalTeachingLicense a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Verweigerung der Lehrerlaubnis" .

_:editorContribution a bio:Contribution 
    ; rdfs:label "Mitherausgeber der 'Beiträgen zur Geschichte der Philosophie des Mittelalters'" 
    ; bio:date "1933"^^xsd:gYear .
