# OnCo record fondazione-michelangelo (institution). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/institutions/fondazione-michelangelo/>
  a schema:MedicalOrganization ;
  onco:kind "institution" ;
  schema:identifier "fondazione-michelangelo" ;
  schema:name "Fondazione Michelangelo"@en ;
  schema:alternateName "Michelangelo Foundation for the Advancement of the Study and Treatment of Cancer"@en ;
  schema:description "Milan research foundation, led by Luca Gianni, that designs and runs academic breast cancer trials such as NeoSphere and the neoadjuvant HER2 studies."@en ;
  schema:url <https://onco.cc/institutions/fondazione-michelangelo/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  schema:addressCountry "IT" ;
  schema:addressLocality "Milan" ;
  schema:latitude "45.478"^^xsd:decimal ;
  schema:longitude "9.191"^^xsd:decimal ;
  onco:cancers <https://onco.cc/cancers/breast-her2-positive/> ;
  onco:institutions <https://onco.cc/institutions/int-milan/> ;
  onco:people <https://onco.cc/people/luca-gianni/> .
