
@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:Paul_Ferdinand_Linke a foaf:Person 
    ; foaf:name "Paul Ferdinand Linke"
    ; owl:sameAs dbr:Paul_Ferdinand_Linke
    ; dbo:birthDate "1876-03-15"^^xsd:date
    ; dbo:deathDate "1955-06-19"^^xsd:date
    ; ex:places dbr:University_of_Jena
    ; owl:sameAs <https://explore.gnd.network/gnd/117035076> 
    ; owl:sameAs <https://www.wikidata.org/wiki/Q2059490>
    ; dbo:religion dbr:Atheism, "? >>arisch<<"
    ; ex:academicPosition "außerordentlicher Professor der Philosophie in Jena"
    ; ex:fields "Philosophische Psychologie", "Experimentalpsychologie", "Phänomenologie", "philosophische Implikationen des Relativismus"
    ; bio:event _:publicationDasAbsolute, _:publicationVerstehen, _:editorAbhdl .
    
_:publicationDasAbsolute a bio:Publication 
    ; dcterms:title "Das Absolute und seine Erkenntnis" 
    ; dcterms:creator ex:Paul_Ferdinand_Linke 
    ; dcterms:issued "1935"^^xsd:gYear .

_:publicationVerstehen a bio:Publication 
    ; dcterms:title "Verstehen, Erkennen und Geist" 
    ; dcterms:creator ex:Paul_Ferdinand_Linke 
    ; dcterms:issued "1936"^^xsd:gYear .

_:editorAbhdl a bio:Publication 
    ; dcterms:title "Abhandlungen zur begründenden Philosophie" 
    ; dcterms:creator ex:Paul_Ferdinand_Linke, dbr:H.Groos, dbr:J.E.Heyde 
    ; dcterms:issued "1939"^^xsd:gYear .
