
@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_Schilling a foaf:Person 
    ; foaf:name "Kurt Schilling"
    ; owl:sameAs dbr:Kurt_Schilling
    ; dbo:birthDate "1899-10-17"^^xsd:date
    ; dbo:deathDate "1977-02-11"^^xsd:date
    ; dbo:religion dbr:Unknown
    ; owl:sameAs <https://explore.gnd.network/gnd/117270180>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q4523816>
    ; ex:places dbr:Ludwig_Maximilian_University_of_Munich
    ; ex:membership ex:nsdap, ex:nsdap_in_1933
    ; bio:event _:habilitationAttempt, _:professorAppointment, _:militaryService
    ; dcterms:subject "Political philosophy", "Logic", "Epistemology", "History of philosophy", "Aesthetics" .

_:habilitationAttempt a bio:Attempt 
    ; bio:date "1928"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Erster Habilitationsversuch in Berlin scheiterte an Konflikten mit Spranger." .

_:professorAppointment a bio:Appointment 
    ; bio:date "1938-03-28"^^xsd:date 
    ; bio:position "nb.ao.Prof."
    ; bio:place dbr:Munich 
    ; rdfs:label "Wurde am 28. März 1938 nb.ao. Professor in München." .

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

_:derStaat a bibo:Book
    ; dcterms:title "Der Staat" 
    ; dcterms:creator ex:Kurt_Schilling 
    ; dcterms:issued "1935"^^xsd:gYear 
    ; dcterms:language "de" .

_:geschdStaatsUndRechtsphilosophie a bibo:Book
    ; dcterms:title "Geschichte der Staats- und Rechtsphilosophie" 
    ; dcterms:creator ex:Kurt_Schilling 
    ; dcterms:issued "1937"^^xsd:gYear 
    ; dcterms:language "de" .

_:dasSeinDesKunstwerks a bibo:Book
    ; dcterms:title "Das Sein des Kunstwerks" 
    ; dcterms:creator ex:Kurt_Schilling 
    ; dcterms:issued "1938"^^xsd:gYear 
    ; dcterms:language "de" .

_:geschdPhilosophie a bibo:Book
    ; dcterms:title "Geschichte der Philosophie" 
    ; dcterms:creator ex:Kurt_Schilling 
    ; dcterms:issued "1943"^^xsd:gYear 
    ; dcterms:issued "1944"^^xsd:gYear 
    ; dcterms:language "de" .
