
@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:Karl_Marbe a foaf:Person 
    ; foaf:name "Karl Marbe"
    ; owl:sameAs dbr:Karl_Marbe
    ; dbo:birthDate "1869-08-31"^^xsd:date
    ; dbo:deathDate "1953-01-02"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/118781707>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q1499336>
    ; ex:places dbr:University_of_Würzburg
    ; dbo:religion dbr:Atheism, "konfessionslos"
    ; dbo:academicPosition "o.Prof. d. Phil. (einschl. Asthetik, Päd. u. Psych.) in Würzburg"
    ; bio:event _:militaryService, _:honoraryMembership, _:retirement 
    ; dbo:influencedBy dbr:Carl_Jesinghaus
    ; dbo:field "Statistik", "Wahrscheinlichkeitstheorie", "angewandte Psychologie" .

_:militaryService a bio:Service 
    ; bio:date "1888-1889"^^xsd:gYear 
    ; rdfs:label "Militärdienst" .

_:honoraryMembership a bio:Membership 
    ; bio:organization dbr:National_Institute_of_Industrial_Psychology 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Ehrenmitglied des National Institute of Industrial Psychology in London" .

_:retirement a bio:Retirement 
    ; bio:date "1935-03-31"^^xsd:date 
    ; rdfs:label "Emigration aus der Universität Würzburg" .
