# OnCo record ctong (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/ctong/>
  a schema:Organization ;
  onco:kind "company" ;
  schema:identifier "ctong" ;
  schema:name "Chinese Thoracic Oncology Group"@en ;
  schema:alternateName "CTONG"@en, "中国胸部肿瘤研究协作组"@en ;
  schema:description "CTONG is the cooperative group of Chinese lung cancer trialists, founded by Yi-Long Wu, whose trials on EGFR-targeted pills before and after surgery changed practice worldwide."@en ;
  schema:url <https://onco.cc/companies/ctong/>, <https://www.ctong.org.cn/> ;
  schema:dateModified "2026-09-10"^^xsd:date ;
  schema:citation <https://www.ctong.org.cn/> ;
  onco:tag "cooperative-group", "china" ;
  schema:addressCountry "CN" ;
  onco:cancers <https://onco.cc/cancers/nsclc/> ;
  onco:institutions <https://onco.cc/institutions/guangdong-provincial-peoples-hospital/> ;
  onco:trials <https://onco.cc/trials/adaura/> ;
  onco:people <https://onco.cc/people/wu-yi-long/>, <https://onco.cc/people/zhou-caicun/>, <https://onco.cc/people/lu-shun/> .
