
@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:Wilhelm_Schmidt-Japing a foaf:Person 
    ; foaf:name "Wilhelm Schmidt-Japing"
    ; owl:sameAs dbr:Wilhelm_Schmidt-Japing
    ; dbo:birthDate "1886-03-13"^^xsd:date
    ; dbo:deathDate "1960-01-08"^^xsd:date
    ; ex:places dbr:University_of_Bonn
    ; ex:membership ex:sa
    ; owl:sameAs <https://explore.gnd.network/gnd/117510882>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1696611>
    ; dbo:religion dbr:Protestantism
    ; dbo:academicPosition "Lic.theol. und nb.ao.Prof. für Religionsphil., Systemat. Theologie u. Sozialethik in Bonn"
    ; bio:event _:frontSoldierWWI, _:partySecretaryDNVP, _:saMember, _:habilitationPhilosophy, _:habilitationTheology, _:retirement
    ; dcterms:creator _:kircheUndWirklichkeit .

_:frontSoldierWWI a bio:MilitaryService 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:partySecretaryDNVP a bio:Employment 
    ; bio:date "1919-1920"^^xsd:gYear 
    ; rdfs:label "Parteisekretär der Deutschen Nationalen Volkspartei (DNVP)." .

_:saMember a bio:Membership 
    ; bio:date "1933"^^xsd:gYear 
    ; rdfs:label "SA-Mann in SA Reserve I." .

_:habilitationPhilosophy a bio:Habilitation 
    ; bio:date "1922"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Habilitation in der Philosophischen Fakultät in Bonn." .

_:habilitationTheology a bio:Habilitation 
    ; bio:date "1926"^^xsd:gYear 
    ; bio:place dbr:Bonn 
    ; rdfs:label "Habilitation in der Theologischen Fakultät in Bonn." .

_:retirement a bio:Retirement 
    ; bio:date "1953"^^xsd:gYear 
    ; rdfs:label "Wurde 1953 emeritiert." .

_:kircheUndWirklichkeit a bibo:Book
    ; dcterms:title "Kirche und Wirklichkeit" 
    ; dcterms:creator ex:Wilhelm_Schmidt_Japing 
    ; dcterms:issued "1930"^^xsd:gYear 
    ; dcterms:language "de" 
    ; dcterms:subject "Theologie", "Sozialethik" .
