
@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:Reinhard_Kynast a foaf:Person 
    ; foaf:name "Reinhard Kynast"
    ; dbo:birthDate "1882-02-08"^^xsd:date
    ; dbo:deathDate "1941-10-05"^^xsd:date
    ; dbo:religion dbr:Protestantism
    ; owl:sameAs <https://explore.gnd.network/gnd/137438516>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q102229296>
    ; ex:places dbr:University_of_Wrocław
    ; ex:membership ex:nslb
    ; foaf:gender "male"
    ; bio:event _:academicPositions, _:militaryService
    ; dcterms:subject "Epistemology", "Logic", "Ontology", "Metaphysics", "Phenomenology", "Kant" .

_:academicPositions a bio:AcademicPosition
    ; bio:date "1932-04-01"^^xsd:date 
    ; bio:place dbr:Breslau
    ; rdfs:label "Komm. Lehrauftrag für Päd. und Phil. an der Päd. Akad. in Halle." .

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