
@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_Ebbinghaus a foaf:Person 
    ; foaf:name "Julius Ebbinghaus"
    ; owl:sameAs dbr:Julius_Ebbinghaus
    ; dbo:birthDate "1885-11-09"^^xsd:date
    ; dbo:deathDate "1981-06-16"^^xsd:date
    ; ex:places dbr:University_of_Marburg, dbr:University_of_Rostock
    ; ex:membership ex:nslb
    ; owl:sameAs <https://explore.gnd.network/gnd/116319437>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q112272>
    ; dbo:religion dbr:Protestantism
    ; ex:position "o.Prof. der Philosophie in Rostock, später in Marburg"
    ; bio:event _:frontsoldatWWI, _:politicalAffiliationDNVP, _:politicalAffiliationNSLB, _:militaryService, _:rectorMarburg, _:articleWarGuilt .

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

_:politicalAffiliationDNVP a bio:PoliticalAffiliation 
    ; bio:date "bis 1930"^^xsd:gYear 
    ; rdfs:label "Mitglied der DNVP bis 1930." .

_:politicalAffiliationNSLB a bio:PoliticalAffiliation 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Mitglied des NSLB ab 30.07.1934 (Nr. 310.220)." .

_:militaryService a bio:MilitaryService 
    ; bio:date "1939"^^xsd:gYear 
    ; rdfs:label "Einberufung zur Heerespsychologie." .

_:rectorMarburg a bio:Position 
    ; bio:date "1945-1946"^^xsd:gYear 
    ; rdfs:label "Erster Nachkriegsrektor in Marburg." .

_:articleWarGuilt a bibo:Article 
    ; dcterms:title "Artikel zur Frage der deutschen Kriegsschuld" 
    ; dcterms:creator ex:Julius_Ebbinghaus 
    ; dcterms:issued "1945"^^xsd:gYear .
