@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/> .

ex:Carl_Stumpf a foaf:Person 
    ; foaf:name "Carl Stumpf"
    ; owl:sameAs dbr:Carl_Stumpf
    ; owl:sameAs <https://www.wikidata.org/wiki/Q57497> 
    ; owl:sameAs <https://explore.gnd.network/gnd/118933299>
    ; dbo:birthName "Carl Stumpf"
    ; dbo:birthDate "1848-04-21"^^xsd:date
    ; dbo:deathDate "1936-12-25"^^xsd:date
    ; dbo:deathPlace dbr:Munich 
    ; ex:places dbr:Humboldt_University_of_Berlin
    ; ex:membership ex:nslb
    ; dbo:religion dbr:Catholic_Church, "kath., später 'Dissenter' [engl. Protestant]"
    ; ex:academicPosition "Geheimer Regierungsrat, Professor emeritus der Philosophie und Psychologie, Direktor des Psychologischen Instituts in Berlin"
    ; ex:academicFocus "Mit seiner »Tonpsychologie« bedeutsam für die Musikwissenschaft; gründete Logik und Erkenntnistheorie auf die Psychologie und sah in physikalischen Induktionsmethode das Modell der philosophischen Forschung."
    ; dbo:influencedBy dbr:Wilhelm_Wundt
    ; bio:event _:membershipAkademien .

_:membershipAkademien a bio:Membership 
    ; bio:place dbr:Berlin, dbr:Munich, dbr:Roma, dbr:Washington
    ; rdfs:label " »Durch den Hochschulverband beim NS-Lehrerbund. Auch Mitglied der Akademien der Wissenschaften zu Berlin, München, Rom und Washington, D.C. Senator der Deutschen Akademie in München.« (REM Fragebogen, BAK)" .
