@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:Arnold_Kowalewski a foaf:Person 
    ; foaf:name "Arnold Kowalewski"
    ; owl:sameAs dbr:Arnold_Kowalewski
    ; owl:sameAs <https://www.wikidata.org/wiki/Q695615>
    ; owl:sameAs <https://explore.gnd.network/gnd/116345764> 
    ; dbo:birthDate "1873-11-27"^^xsd:date
    ; dbo:birthPlace dbr:Zalewo
    ; dbo:deathDate "1945-11-16"^^xsd:date
    ; dbo:deathPlace dbr:Doberlug-Kirchhain
    ; ex:places dbr:University_of_Königsberg
    ; ex:membership ex:nslb
    ; bio:event _:professorship, _:teachingAfterRetirement, _:worldWarParticipation, _:partyMembership, _:nsMembership
    ; dbo:religion dbr:Protestantism
    ; ex:academicFocus "Befasste sich mit den philosophischen Grundlagen von Soziologie und Pädagogik, Wissenschaftliche Leitung der Schopenhauer-Gesellschaft."
    ; ex:academicPosition "Nichtbeamteter außerordentlicher Professor der Philosophie in Königsberg" .

_:professorship a bio:Event 
    ; bio:date "1934-02-02"^^xsd:date 
    ; rdfs:label "Zusatzlehrauftrag für ostpreußische Geistesgeschichte." .

_:teachingAfterRetirement a bio:Event 
    ; bio:date "1938"^^xsd:gYear 
    ; rdfs:label "Lehrte auch nach Erreichen der Altersgrenze bis Kriegsende." .

_:worldWarParticipation a bio:Event 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Teilnehmer am 1. Weltkrieg." .

_:partyMembership a bio:Event 
    ; rdfs:label "Ehemaliges Mitglied der Freikonservativen Partei." .

_:nsMembership a bio:Event 
    ; bio:date "1933-07-01"^^xsd:date 
    ; rdfs:label "Mitglied im NSLB (Nr. 241.500; Austritt 15.5.39)." .

_:bundMembership a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "Mitglied im Bund  Deutscher Osten." .
