
@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_Hofmann a foaf:Person 
    ; foaf:name "Paul Hofmann"
    ; owl:sameAs dbr:Paul_Hofmann
    ; dbo:birthDate "1880-11-26"^^xsd:date
    ; dbo:deathDate "1947-03-07"^^xsd:date
    ; dbo:religion dbr:Unknown
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan
    ; owl:sameAs <https://explore.gnd.network/gnd/116951923>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q84557407>
    ; dbo:influencedBy dbr:Edmund_Husserl
    ; dbo:influenced dbr:Max_Scheler
    ; bio:event _:professorship, _:disqualification .

_:professorship a bio:Position 
    ; bio:date "1938"^^xsd:gYear 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Professor der Philosophie in Berlin." .

_:disqualification a bio:Disqualification 
    ; bio:date "1938-02-16"^^xsd:date 
    ; rdfs:label "Entzug der Lehrbefugnis nach § 18, RHO (galt als »jüd. Mischling«)." .
