@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:Max_Wertheimer a foaf:Person 
    ; foaf:name "Max Wertheimer"
    ; owl:sameAs dbr:Max_Wertheimer
    ; owl:sameAs <https://explore.gnd.network/gnd/118806769>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q213674>
    ; dbo:birthDate "1880-04-15"^^xsd:date
    ; dbo:birthPlace dbr:Prague
    ; dbo:deathDate "1943-10-12"^^xsd:date
    ; dbo:deathPlace <http://dbpedia.org/resource/New_Rochelle,_New_York>
    ; ex:places dbr:Goethe_University_Frankfurt
    ; ex:repercussion ex:dismissal
    ; ex:repercussionReasons ex:nonariyan, ex:bbg3
    ; ex:hostcountry dbr:United_States
    ; dbo:religion dbr:Judaism
    ; ex:academicPosition "Professor für Philosophie, insbesondere Psychologie, Direktor des Philosophischen Seminars und des Psychologischen Instituts"
    ; ex:academicFocus "Etablierte mit W. Köhler und K. Koffka die Gestaltpsychologie in den USA"
    ; dbo:influenced dbr:Gestalt_psychology
    ; bio:event _:emigrationUSA, _:academicPositionNewSchool, _:militaryContribution, _:staatsbuergerschaft .

_:emigrationUSA a bio:Event 
    ; ex:eventNote ex:migration
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:United_States
    ; rdfs:label "Nach der Machtergreifung Hitlers emigriert Wertheimer über die CSR in die USA." .

_:academicPositionNewSchool a bio:Event 
    ; bio:date "1933"^^xsd:gYear 
    ; bio:place dbr:New_York_City 
    ; rdfs:label "Professor für Philosophie und Psychologie an der New School for Social Research in New York." .

_:militaryContribution a bio:Event 
    ; rdfs:label "Mitarbeit an der Entwicklung von Horchgeräten für U-Boote im Ersten Weltkrieg." .

_:staatsbuergerschaft a bio:Event 
    ; bio:date "1939"^^xsd:gYear 
    ; rdfs:label "US-Staatsbürger." .
