# OnCo record jens-hoeppner (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/jens-hoeppner/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "jens-hoeppner" ;
  schema:name "Jens Höppner"@en ;
  schema:description "German surgeon who led ESOPEC, the trial that compared FLOT chemotherapy with CROSS chemoradiotherapy before surgery for oesophageal adenocarcinoma and found FLOT gave longer survival."@en ;
  schema:url <https://onco.cc/people/jens-hoeppner/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  onco:tag "oesophageal", "surgery", "trialist" ;
  schema:jobTitle "Oesophago-gastric surgeon and trial lead" ;
  onco:cancers <https://onco.cc/cancers/oesophageal-adenocarcinoma/>, <https://onco.cc/cancers/esophageal/> ;
  onco:trials <https://onco.cc/trials/esopec/> .
