# OnCo record filo (company). 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/companies/filo/>
  a schema:Organization ;
  onco:kind "company" ;
  schema:identifier "filo" ;
  schema:name "FILO (French Innovative Leukemia Organisation)"@en ;
  schema:alternateName "French Innovative Leukemia Organisation"@en, "FILO"@en ;
  schema:description "FILO is the French cooperative group for leukaemia trials, with its registered office in the haematology department of the Tours university hospital; in OnCo it leads a phase 2 trial of eltrombopag in older patients with acute myeloid leukaemia."@en ;
  schema:url <https://onco.cc/companies/filo/>, <https://www.filo-leucemie.org> ;
  schema:dateModified "2026-09-25"^^xsd:date ;
  schema:citation <https://www.filo-leucemie.org>, <https://clinicaltrials.gov/search?lead=French%20Innovative%20Leukemia%20Organisation> ;
  onco:tag "ctgov-sponsor", "cooperative-group" ;
  schema:addressCountry "FR" ;
  onco:cancers <https://onco.cc/cancers/aml/> ;
  onco:trials <https://onco.cc/trials/nct03603795/> .
