
@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/> .

ex:Johannes_Hielscher a foaf:Person 
    ; foaf:name "Johannes Hielscher"
    ; owl:sameAs dbr:Johannes_Hielscher
    ; dbo:birthDate "1871-10-15"^^xsd:date
    ; dbo:deathDate "1945-08-26"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/116797045>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1492639>
    ; dbo:birthPlace dbr:Münster
    ; ex:places dbr:University_of_Münster
    ; ex:membership ex:nsdap, ex:nsdap_in_1933, ex:nslb
    ; dbo:religion dbr:Protestantism
    ; bio:event _:academicCareer, _:worldWarParticipation, _:politicalAffiliation 
    ; ex:fieldOfStudy "Philosophie", "Psychologie", "Deutscher Idealismus" .

_:academicCareer a bio:AcademicCareer 
    ; bio:date "1934-03-31"^^xsd:date 
    ; bio:position "Ordentlicher Professor der Philosophie"
    ; bio:institution dbr:Universität_Münster 
    ; rdfs:label "Hielscher wird am 19. Oktober 1934 zum ordentlichen Professor der Philosophie in Münster ernannt und emeritiert am 31. März 1937." .

_:worldWarParticipation a bio:Participation 
    ; bio:date "1914"^^xsd:gYear 
    ; bio:place dbr:Erster_Weltkrieg 
    ; rdfs:label "Hielscher nimmt am Ersten Weltkrieg teil." .

_:politicalAffiliation a bio:Affiliation 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Hielscher beteiligt sich am NSDAP-Wahlaufruf und wird Mitglied der NSDAP am 1. Mai 1933. Er ist Gaufachberater für Hochschule und Wissenschaft und erhält die 'Silberne SS-Ehrennadel für Treue in der Kampfzeit'." .
