@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:Constantin_Ritter a foaf:Person 
    ; foaf:name "Constantin Ritter"
    ; owl:sameAs dbr:Constantin_Ritter
    ; owl:sameAs <https://www.wikidata.org/wiki/Q52150292>
    ; owl:sameAs <https://explore.gnd.network/gnd/116572892>
    ; dbo:birthDate "1859-04-08"^^xsd:date
    ; dbo:deathDate "1936-01-16"^^xsd:date
    ; ex:places dbr:University_of_Tübingen
    ; dbo:religion dbr:Protestantism
    ; ex:academicPosition "Gymnasial-Professor, außerordentlicher Professor der Philosophie in Tübingen"
    ; bio:event _:politicalAffiliations, _:membershipStahlhelm .

_:politicalAffiliations a bio:Affiliation 
    ; bio:date "1903"^^xsd:gYear 
    ; rdfs:label "Mitglied der Nationalliberalen Partei bis zur Auflösung 1918, danach DDP und Vaterlandspartei." .

_:membershipStahlhelm a bio:Event 
    ; bio:date "1933-11-05"^^xsd:date 
    ; rdfs:label "Stahlhelm und NSD-Frontsoldatenbund; Dt. Kolonialbund, Volksbund für Deutschtum im Ausland." .
