classDiagram
class Session
click Session href "./Session.html"
Session : condition
Session --> "0..1" String : condition
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Session : empirical_data
Session --> "*" String : empirical_data
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Session : label
Session --> "0..1" String : label
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Session : network
Session --> "0..1" String : network
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Session : session_id
Session --> "1" String : session_id
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Class: Session
A data collection session for a subject. Corresponds to a BIDS ‘ses-’ entity. Sessions capture longitudinal timepoints (baseline, follow-up), different experimental conditions, or repeated measures.
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| session_id | 1 xsd:string |
BIDS session identifier (without ‘ses-’ prefix) | direct |
| label | 0..1 xsd:string |
Human-readable session label | direct |
| network | 0..1 xsd:string |
Path to session-specific connectome | direct |
| empirical_data | * xsd:string |
Paths to empirical recordings for this session (e | direct |
| condition | 0..1 xsd:string |
Experimental condition label (e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Subject | sessions | range | Session |
| DBSSubject | sessions | range | Session |
Identifier and Mapping Information
Schema Source
- from schema: http://www.thevirtualbrain.org/tvbo/study
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo_study:Session |
| native | tvbo_study:Session |
LinkML Source
Direct
name: Session
description: A data collection session for a subject. Corresponds to a BIDS 'ses-'
entity. Sessions capture longitudinal timepoints (baseline, follow-up), different
experimental conditions, or repeated measures.
from_schema: http://www.thevirtualbrain.org/tvbo/study
slots:
- session_id
attributes:
label:
name: label
description: Human-readable session label.
from_schema: http://www.thevirtualbrain.org/tvbo/study
domain_of:
- ParcellationTerminology
- Subject
- Session
- Dataset
- Contact
- SoftwareEnvironment
- Equation
- Stimulus
- Event
- Parcellation
- Tractogram
- Matrix
- Network
- Node
- Edge
- Observation
- Dynamics
- StateVariable
- Parameter
- Function
- FunctionCall
- DerivedVariable
- RandomStream
- DataSource
- OptimizationStage
- Exploration
- TuningObjective
- Continuation
- Coupling
- RegionMapping
- SimulationExperiment
- SimulationStudy
- TimeSeries
- NDArray
- SpatialDomain
- Mesh
- SpatialField
- FieldStateVariable
- DifferentialOperator
- BoundaryCondition
- PDESolver
- PDE
range: string
network:
name: network
description: Path to session-specific connectome. Overrides Subject.network when
set. Relative to dataset root or BIDS derivatives.
from_schema: http://www.thevirtualbrain.org/tvbo/study
domain_of:
- Subject
- Session
- SimulationExperiment
range: string
empirical_data:
name: empirical_data
description: Paths to empirical recordings for this session (e.g., BOLD time series,
MEG/EEG). Relative to dataset root.
from_schema: http://www.thevirtualbrain.org/tvbo/study
rank: 1000
domain_of:
- Session
range: string
multivalued: true
condition:
name: condition
description: Experimental condition label (e.g., 'rest', 'task-nback'). Maps to
BIDS 'task-' entity.
from_schema: http://www.thevirtualbrain.org/tvbo/study
rank: 1000
domain_of:
- Session
- ConditionalBlock
- Event
- Case
range: stringInduced
name: Session
description: A data collection session for a subject. Corresponds to a BIDS 'ses-'
entity. Sessions capture longitudinal timepoints (baseline, follow-up), different
experimental conditions, or repeated measures.
from_schema: http://www.thevirtualbrain.org/tvbo/study
attributes:
label:
name: label
description: Human-readable session label.
from_schema: http://www.thevirtualbrain.org/tvbo/study
alias: label
owner: Session
domain_of:
- ParcellationTerminology
- Subject
- Session
- Dataset
- Contact
- SoftwareEnvironment
- Equation
- Stimulus
- Event
- Parcellation
- Tractogram
- Matrix
- Network
- Node
- Edge
- Observation
- Dynamics
- StateVariable
- Parameter
- Function
- FunctionCall
- DerivedVariable
- RandomStream
- DataSource
- OptimizationStage
- Exploration
- TuningObjective
- Continuation
- Coupling
- RegionMapping
- SimulationExperiment
- SimulationStudy
- TimeSeries
- NDArray
- SpatialDomain
- Mesh
- SpatialField
- FieldStateVariable
- DifferentialOperator
- BoundaryCondition
- PDESolver
- PDE
range: string
network:
name: network
description: Path to session-specific connectome. Overrides Subject.network when
set. Relative to dataset root or BIDS derivatives.
from_schema: http://www.thevirtualbrain.org/tvbo/study
alias: network
owner: Session
domain_of:
- Subject
- Session
- SimulationExperiment
range: string
empirical_data:
name: empirical_data
description: Paths to empirical recordings for this session (e.g., BOLD time series,
MEG/EEG). Relative to dataset root.
from_schema: http://www.thevirtualbrain.org/tvbo/study
rank: 1000
alias: empirical_data
owner: Session
domain_of:
- Session
range: string
multivalued: true
condition:
name: condition
description: Experimental condition label (e.g., 'rest', 'task-nback'). Maps to
BIDS 'task-' entity.
from_schema: http://www.thevirtualbrain.org/tvbo/study
rank: 1000
alias: condition
owner: Session
domain_of:
- Session
- ConditionalBlock
- Event
- Case
range: string
session_id:
name: session_id
description: 'BIDS session identifier (without ''ses-'' prefix). Examples: ''baseline'',
''6month'', ''pre'', ''post''.'
from_schema: http://www.thevirtualbrain.org/tvbo/study
identifier: true
alias: session_id
owner: Session
domain_of:
- Session
- TimeSeries
range: string
required: true