
@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:Justus_Schwarz a foaf:Person 
    ; foaf:name "Justus Schwarz"
    ; dbo:birthDate "1901-03-19"^^xsd:date
    ; dbo:deathDate "1947-07-27"^^xsd:date
    ; dbo:religion dbr:Atheism, "? >>arisch<<"
    ; owl:sameAs <https://explore.gnd.network/gnd/1145530141>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q93268419>
    ; ex:places dbr:University_of_Königsberg
    ; bio:event _:habilitationKoeln, _:congressParis, _:workshopBuderose, _:dozentKoenigsberg, _:vertretungFreiburg, _:militaryService
    ; dbo:author _:hegelsPhilosophischeEntwicklung .

_:habilitationKoeln a bio:AcademicEvent 
    ; bio:date "1936-07-15"^^xsd:date 
    ; bio:place dbr:Cologne 
    ; rdfs:label "Justus Schwarz habilitiert sich für Philosophie in Köln." .

_:congressParis a bio:Conference 
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Paris 
    ; rdfs:label "Teilnahme am IX. Internationalen Kongress für Philosophie in Paris." .

_:workshopBuderose a bio:Conference 
    ; bio:date "1939-03"^^xsd:gYearMonth
    ; bio:place dbr:Buderose 
    ; rdfs:label "Teilnahme an der philosophischen Arbeitstagung des Amtes Rosenberg auf Schloß Buderose." .

_:dozentKoenigsberg a bio:AcademicEvent 
    ; bio:date "1940-02-02"^^xsd:date 
    ; bio:place dbr:Königsberg 
    ; rdfs:label "Ernennung zum Dozenten für Philosophie in Königsberg." .

_:vertretungFreiburg a bio:AcademicEvent 
    ; bio:date "1941-1942"^^xsd:gYear 
    ; bio:place dbr:Freiburg_im_Breisgau 
    ; rdfs:label "Vertretung in Freiburg während des Wintersemesters 1941/42." .

_:militaryService a bio:Service 
    ; bio:date "1942"^^xsd:gYear 
    ; rdfs:label "Einberufung zur Wehrmacht im Sommer 1942." .

_:hegelsPhilosophischeEntwicklung a bibo:Book 
    ; dcterms:title "Hegels phil. Entwicklung" 
    ; dcterms:creator ex:Justus_Schwarz 
    ; dcterms:issued "1938"^^xsd:gYear 
    ; dcterms:language "de" .
