@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:Alfred_Vierkandt a foaf:Person 
    ; foaf:name "Alfred Vierkandt"
    ; owl:sameAs dbr:Alfred_Vierkandt
    ; owl:sameAs <https://www.wikidata.org/wiki/Q95585>
    ; owl:sameAs <https://explore.gnd.network/gnd/118804472>
    ; dbo:birthDate "1867-06-04"^^xsd:date
    ; dbo:birthPlace dbr:Hamburg
    ; dbo:deathDate "1953-04-07"^^xsd:date
    ; dbo:deathPlace dbr:Berlin
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Dr. jur. h.c., Professor für Philosophie, Psychologie und Soziologie"
    ; ex:academicFocus "Soziologie, Entwicklungs- und Sozialpsychologie, Ethik und 'Weltanschauungsfragen'"
    ; ex:repercussion ex:dismissal 
    ; ex:repercussionReasons ex:political
    ; dbo:influencedBy dbr:Wilhelm_Wundt
    ; dbo:influenced dbr:Max_Veber 
    ; bio:event _:professorship, _:lectures, _:membershipBund .

_:professorship a bio:Event 
    ; bio:date "1935-03-31"^^xsd:date 
    ; bio:place dbr:Berlin 
    ; rdfs:label "Alfred Vierkandt wird emeritiert und mit einem Vorlesungsverbot belegt." .

_:lectures a bio:Event
    ; bio:date "1946"^^xsd:gYear
    ; rdfs:label "Vierkandt nimmt seine Lehrtätigkeit wieder auf." .

_:membershipBund a bio:Event 
    ; bio:date "1918-1919"^^xsd:gYear 
    ; rdfs:label "Mitglied im 'Bund für Vaterland und Freiheit'." .
