# OnCo record jan-burger (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/jan-burger/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "jan-burger" ;
  schema:name "Jan A. Burger"@en ;
  schema:description "Leukaemia specialist who was lead author of RESONATE-2, the trial that made ibrutinib a first-line treatment for chronic lymphocytic leukaemia in older patients."@en ;
  schema:url <https://onco.cc/people/jan-burger/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  onco:tag "leukaemia", "targeted-therapy", "trialist" ;
  schema:jobTitle "Haematologist, MD Anderson Cancer Center" ;
  schema:sameAs <https://orcid.org/0000-0002-6177-7572> ;
  onco:cancers <https://onco.cc/cancers/cll-treatment-naive/>, <https://onco.cc/cancers/cll/> ;
  onco:institutions <https://onco.cc/institutions/md-anderson/> ;
  onco:trials <https://onco.cc/trials/resonate-2/> ;
  schema:affiliation <https://onco.cc/institutions/md-anderson/> .
