# OnCo record pre-registered-experiment (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/pre-registered-experiment/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "pre-registered-experiment" ;
  schema:name "Pre-registered experiment"@en ;
  schema:alternateName "pre-registered experiment"@en, "pre-registration"@en, "preregistration"@en, "preregistered"@en, "pre-specified success criterion"@en, "registered report"@en ;
  schema:description "Pre-registration means writing down the hypothesis, the analysis and the success criterion before running the experiment, so the result cannot be quietly redefined afterwards."@en ;
  schema:url <https://onco.cc/terms/pre-registered-experiment/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Preregistration_(science)> ;
  schema:citation <https://en.wikipedia.org/wiki/Preregistration_(science)> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/train-test-discipline/>, <https://onco.cc/terms/reproducibility/>, <https://onco.cc/terms/trial-protocol/> .
