# OnCo record reproducibility (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/reproducibility/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "reproducibility" ;
  schema:name "Reproducibility and negative results"@en ;
  schema:alternateName "reproducibility"@en, "reproducible research"@en, "replicability"@en, "negative result"@en, "negative results"@en, "null result"@en, "honest negatives"@en, "reporting negative results"@en ;
  schema:description "A result is reproducible when someone else can get it again from the same data and code; a negative result is an experiment that did not show the hoped-for effect, and reporting it is how a field stops repeating dead ends."@en ;
  schema:url <https://onco.cc/terms/reproducibility/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Reproducibility> ;
  schema:citation <https://en.wikipedia.org/wiki/Null_result>, <https://en.wikipedia.org/wiki/Reproducibility> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/provenance-fields/>, <https://onco.cc/terms/pre-registered-experiment/>, <https://onco.cc/terms/model-card/>, <https://onco.cc/terms/leaderboard-benchmark/> .
