@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:Ernesto_Grassi a foaf:Person 
    ; foaf:name "Ernesto Grassi"
    ; dbo:birthDate "1902-05-02"^^xsd:date
    ; dbo:birthPlace dbr:Milan
    ; dbo:deathDate "1991-12-21"^^xsd:date
    ; dbo:deathPlace dbr:Munich
    ; ex:places dbr:Humboldt_University_of_Berlin, dbr:University_of_Freiburg
    ; ex:academicPosition "Dozent für Philosophie an der Universität Mailand und Lehrbeauftragter an der Universität Freiburg"
    ; ex:academicFocus "Befaßte sich vor allem mit abendländischer Geistesgeschichte und der Entwicklung des Humanismus"
    ; owl:sameAs <https://explore.gnd.network/gnd/118697188>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q319832>
    ; dbo:religion dbr:Catholic_Church
    ; bio:event _:habilitationRom, _:professorPavia, _:lecturerFreiburg, _:honoraryProfessorBerlin, _:directorStudiaHumanitatis, _:awardAccademiaItalian .
    
_:habilitationRom a bio:Habilitation 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Rome
    ; rdfs:label "Habilitation für Philosophie in Rom." .

_:professorPavia a bio:Position 
    ; bio:date "1935"^^xsd:gYear 
    ; bio:place dbr:Pavia
    ; rdfs:label "Professor in Pavia." .

_:lecturerFreiburg a bio:Position 
    ; bio:date "1935-10"^^xsd:gYearMonth
    ; bio:place dbr:Freiburg_im_Breisgau
    ; rdfs:label "Im Wintersemester 1935/36 Lehrauftrag an der Universität Freiburg." .

_:honoraryProfessorBerlin a bio:Position 
    ; bio:date "1938-06-13"^^xsd:date 
    ; bio:place dbr:Berlin
    ; rdfs:label "Honorarprofessor in Berlin." .

_:directorStudiaHumanitatis a bio:Position 
    ; bio:date "1942"^^xsd:gYear 
    ; bio:place dbr:Berlin
    ; rdfs:label "Leiter des italienischen Kulturinstituts 'Studia Humanitatis' in Berlin." .

_:awardAccademiaItalian a bio:Award 
    ; bio:date "1934"^^xsd:gYear 
    ; rdfs:label "Jahrespreis der Accademia Italiana." .
    
_:professorMuenchen a bio:Position 
    ; bio:date "1948"^^xsd:gYear 
    ; bio:place dbr:Munich
    ; rdfs:label "Ordentlicher Professor in München." .
