# OnCo record john-strickler (person). 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/people/john-strickler/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "john-strickler" ;
  schema:name "John H. Strickler"@en ;
  schema:description "Duke oncologist who led MOUNTAINEER, the trial that made tucatinib plus trastuzumab the first approved HER2-directed treatment for colorectal cancer."@en ;
  schema:url <https://onco.cc/people/john-strickler/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  onco:tag "colorectal", "targeted-therapy", "trialist" ;
  schema:jobTitle "Gastrointestinal medical oncologist, Duke Cancer Institute" ;
  schema:sameAs <https://orcid.org/0000-0001-7579-1175> ;
  onco:cancers <https://onco.cc/cancers/her2-amplified-colorectal/>, <https://onco.cc/cancers/colorectal/> ;
  onco:institutions <https://onco.cc/institutions/duke-cancer-institute/> ;
  onco:keyPapers <https://onco.cc/key-papers/paper-mountaineer-lancet-oncol-2023/> ;
  schema:affiliation <https://onco.cc/institutions/duke-cancer-institute/> .
