# OnCo record john-kirkwood (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-kirkwood/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "john-kirkwood" ;
  schema:name "John M. Kirkwood"@en ;
  schema:description "Pittsburgh melanoma doctor who ran the interferon trials that were the first adjuvant treatment for high-risk melanoma, and later led CheckMate 76K on adjuvant nivolumab for stage II disease."@en ;
  schema:url <https://onco.cc/people/john-kirkwood/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  onco:tag "melanoma", "adjuvant", "trialist" ;
  schema:jobTitle "Melanoma medical oncologist, UPMC Hillman Cancer Center" ;
  schema:sameAs <https://orcid.org/0000-0002-3570-4476> ;
  onco:cancers <https://onco.cc/cancers/stage-ii-melanoma/>, <https://onco.cc/cancers/stage-iii-melanoma/>, <https://onco.cc/cancers/melanoma/> ;
  onco:institutions <https://onco.cc/institutions/upmc-hillman/> ;
  onco:keyPapers <https://onco.cc/key-papers/paper-checkmate-76k-nat-med-2023/> ;
  schema:affiliation <https://onco.cc/institutions/upmc-hillman/> .
