
@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:Julius_Stenzel a foaf:Person 
    ; foaf:name "Julius Stenzel"
    ; owl:sameAs dbr:Julius_Stenzel
    ; dbo:birthDate "1883-02-09"^^xsd:date
    ; dbo:deathDate "1935-11-26"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/118798685>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1713000>
    ; ex:places dbr:Martin_Luther_University_of_Halle-Wittenberg, dbr:Kiel_University
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:political, ex:bbg5
    ; dbo:religion dbr:Catholic_Church
    ; dbo:academicPosition "o.Prof. d.Phil. in Kiel"
    ; bio:event _:frontSoldierWWI, _:emigrationWife .

_:frontSoldierWWI a bio:MilitaryService
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im 1. Weltkrieg" .

_:emigrationWife a bio:Emigration
    ; bio:date "1939-08-03"^^xsd:date 
    ; rdfs:label "Die Frau von Julius Stenzel war jüdischer Abstammung und emigrierte in die USA." .
