# OnCo record censoring-and-events (term). 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/terms/censoring-and-events/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "censoring-and-events" ;
  schema:name "Censoring and events in survival data"@en ;
  schema:alternateName "right-censored"@en, "censored patients"@en, "censored observations"@en, "event count"@en, "number of events"@en, "events observed"@en ;
  schema:description "A patient is censored when the study ends or they leave before the event (death or progression) happens, so we only know they survived at least that long."@en ;
  schema:url <https://onco.cc/terms/censoring-and-events/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Censoring_(statistics)> ;
  schema:citation <https://en.wikipedia.org/wiki/Censoring_(statistics)> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/kaplan-meier-curve/>, <https://onco.cc/terms/hazard-ratio/>, <https://onco.cc/terms/concordance-index/> .
