# OnCo record ospedali-galliera (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/ospedali-galliera/>
  a schema:MedicalOrganization ;
  onco:kind "institution" ;
  schema:identifier "ospedali-galliera" ;
  schema:name "E.O. Ospedali Galliera"@en ;
  schema:alternateName "Galliera Hospital"@en, "Ospedale Galliera Genova"@en ;
  schema:description "Genoa hospital whose medical oncology division, under Andrea DeCensi, ran TAM-01, the trial that showed low-dose tamoxifen prevents breast cancer recurrence after non-invasive disease."@en ;
  schema:url <https://onco.cc/institutions/ospedali-galliera/>, <https://www.galliera.it> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  schema:citation <https://www.galliera.it> ;
  schema:addressCountry "IT" ;
  schema:addressLocality "Genoa" ;
  schema:latitude "44.399"^^xsd:decimal ;
  schema:longitude "8.947"^^xsd:decimal ;
  onco:cancers <https://onco.cc/cancers/breast-hr-positive/> ;
  onco:people <https://onco.cc/people/andrea-decensi/> .
