Slot: experiment

WHERE (short form): an in-study experiment id whose saved result holds the array, resolved within the enclosing study like initial_state.source_experiment. Written as the bare integer id (34), or as one of the string spellings the workflow planner also accepts (exp-34, "34") — tvbo.data.dataref normalises all three to the integer it globs the container by. Mutually exclusive with iri (the full cross-study / curated / external form). When both are absent the reference is local — output names this experiment’s own output — otherwise falling back to initial_state.source_experiment when present.

URI: tvbo:slot/experiment

Applicable Classes

Name Description Modifies Slot
DataRef A pointer to one labelled array in a result container, dataset, or curated en… no

Properties

Type and Range

Property Value
Range xsd:string or 
xsd:integer
Domain Of DataRef

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
Owner DataRef
Expressions & Logic

Any Of

Value must satisfy at least one of: - AnonymousSlotExpression({‘range’: ‘integer’}) - AnonymousSlotExpression({‘range’: ‘string’})

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo/common

Mappings

Mapping Type Mapped Value
self tvbo:experiment
native tvbo:experiment

LinkML Source

name: experiment
description: 'WHERE (short form): an in-study experiment id whose saved result holds
  the array, resolved within the enclosing study like ``initial_state.source_experiment``.
  Written as the bare integer id (``34``), or as one of the string spellings the workflow
  planner also accepts (``exp-34``, ``"34"``) — ``tvbo.data.dataref`` normalises all
  three to the integer it globs the container by. Mutually exclusive with ``iri``
  (the full cross-study / curated / external form). When both are absent the reference
  is local — ``output`` names this experiment''s own output — otherwise falling back
  to ``initial_state.source_experiment`` when present.'
from_schema: https://w3id.org/tvbo/common
rank: 1000
owner: DataRef
domain_of:
- DataRef
range: string
any_of:
- range: integer
- range: string