
@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:Kurt_Huber a foaf:Person 
    ; foaf:name "Kurt Huber"
    ; owl:sameAs dbr:Kurt_Huber
    ; dbo:birthDate "1893-10-24"^^xsd:date
    ; dbo:birthPlace dbr:Chur
    ; dbo:deathDate "1943-07-13"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; owl:sameAs <https://explore.gnd.network/gnd/118810081>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q57812>
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; ex:membership ex:nsdap, ex:nsdap_after_1940, ex:weiße_rose
    ; ex:repercussion ex:dismissal, ex:murdered
    ; ex:repercussionReasons ex:political
    ; dbo:influencedBy dbr:Leopold_Sonntag
    ; bio:event _:academicPositionMunich, _:departmentHeadBerlin, _:appointmentMunich, _:dismissal, _:membershipNSDAP, _:membershipWeißeRose, _:execution
    ; dbo:religion dbr:Catholic_Church
    ; dbo:field "Philosophie, experimentelle Psychologie, Musikpsychologie, deutsche Volksmusik" .

_:academicPositionMunich a bio:Position 
    ; bio:date "1937"^^xsd:gYear 
    ; rdfs:label "Ernannt zum außerordentlichen Professor für Philosophie in München." .

_:departmentHeadBerlin a bio:Position 
    ; bio:date "1937"^^xsd:gYear 
    ; bio:place dbr:Berlin
    ; rdfs:label "Leiter der Abteilung am Staatlichen Institut für deutsche Musikforschung in Berlin." .

_:appointmentMunich a bio:Position 
    ; bio:date "1940-05-06"^^xsd:date 
    ; rdfs:label "Ernennung zum außerordentlichen Professor in München." .

_:dismissal a bio:Dismissal 
    ; bio:date "1943-03-04"^^xsd:date 
    ; rdfs:label "Entlassung nach § 61 DBG." .

_:membershipNSDAP a bio:Membership 
    ; bio:date "1940-04-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP (Mitgliedsnummer 8.282.981)." .

_:membershipWeißeRose a bio:Membership 
    ; bio:date "1943-04-19"^^xsd:date 
    ; rdfs:label "Verurteilung zum Tode als Mitglied der 'Weißen Rose'." .

_:execution a bio:Death 
    ; bio:date "1943-07-13"^^xsd:date 
    ; rdfs:label "Hinrichtung." .

_:herdersBegründung a bibo:Book 
    ; dcterms:title "Herders Begründung der Musikästhetik" 
    ; dcterms:creator ex:Kurt_Huber 
    ; dcterms:issued "1936"^^xsd:gYear 
    ; dcterms:language "de" 
    ; dcterms:subject "Musikästhetik" .

_:leibnizBiographie a bibo:Book 
    ; dcterms:title "Leibniz-Biographie" 
    ; dcterms:creator ex:Kurt_Huber 
    ; dcterms:issued "1950"^^xsd:gYear 
    ; dcterms:language "de" 
    ; dcterms:subject "Biographie" .
