# OnCo record marie-plante (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/marie-plante/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "marie-plante" ;
  schema:name "Marie Plante"@en ;
  schema:description "Quebec surgeon who pioneered fertility-sparing surgery for cervical cancer and led SHAPE, the trial that showed a simple hysterectomy is enough for low-risk early cervical cancer."@en ;
  schema:url <https://onco.cc/people/marie-plante/> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  onco:tag "cervical", "surgery", "de-escalation", "trialist" ;
  schema:jobTitle "Gynaecologic oncologist, CHU de Québec - Université Laval" ;
  onco:cancers <https://onco.cc/cancers/early-cervical-cancer/>, <https://onco.cc/cancers/cervical/> ;
  onco:institutions <https://onco.cc/institutions/chu-de-quebec/> ;
  onco:trials <https://onco.cc/trials/shape/> ;
  onco:keyPapers <https://onco.cc/key-papers/paper-shape-nejm-2024/> ;
  schema:affiliation <https://onco.cc/institutions/chu-de-quebec/> .
