# OnCo record grade-vs-stage (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/grade-vs-stage/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "grade-vs-stage" ;
  schema:name "Grade versus stage"@en ;
  schema:alternateName "grade vs stage"@en, "grade and stage"@en, "grading versus staging"@en, "tumour grade versus stage"@en ;
  schema:description "Grade describes how abnormal the cancer cells look under the microscope; stage describes how far the cancer has grown and spread."@en ;
  schema:url <https://onco.cc/terms/grade-vs-stage/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Grading_(tumors)> ;
  schema:citation <https://en.wikipedia.org/wiki/Cancer_staging>, <https://en.wikipedia.org/wiki/Grading_(tumors)> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/cancer-stage/>, <https://onco.cc/terms/tnm-staging/>, <https://onco.cc/terms/tumour-differentiation/> .
