Class: SimulationStudy

URI: tvbo:class/SimulationStudy

 classDiagram
    class SimulationStudy
    click SimulationStudy href "./SimulationStudy.html"
      SimulationStudy : derived_from
        
          
    
        
        
        SimulationStudy --> "0..1" String : derived_from
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : description
        
          
    
        
        
        SimulationStudy --> "0..1" String : description
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : doi
        
          
    
        
        
        SimulationStudy --> "0..1" String : doi
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : key
        
          
    
        
        
        SimulationStudy --> "0..1" String : key
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : label
        
          
    
        
        
        SimulationStudy --> "0..1" String : label
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : model
        
          
    
        
        
        SimulationStudy --> "0..1" Dynamics : model
        click Dynamics href "./Dynamics.html"
    

        
      SimulationStudy : sample
        
          
    
        
        
        SimulationStudy --> "0..1" Sample : sample
        click Sample href "./Sample.html"
    

        
      SimulationStudy : simulation_experiments
        
          
    
        
        
        SimulationStudy --> "*" SimulationExperiment : simulation_experiments
        click SimulationExperiment href "./SimulationExperiment.html"
    

        
      SimulationStudy : title
        
          
    
        
        
        SimulationStudy --> "0..1" String : title
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : year
        
          
    
        
        
        SimulationStudy --> "0..1" Integer : year
        click Integer href "../http://www.w3.org/2001/XMLSchema#integer.html"
    

        
      

Slots

Name Cardinality and Range Description Inheritance
label 0..1
xsd:string
direct
derived_from 0..1
xsd:string
direct
model 0..1
Dynamics
direct
description 0..1
xsd:string
direct
key 0..1
xsd:string
direct
title 0..1
xsd:string
direct
year 0..1
xsd:integer
direct
doi 0..1
xsd:string
direct
sample 0..1
Sample
direct
simulation_experiments *
SimulationExperiment
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SimulationStudy
from_schema: https://w3id.org/tvbo
slots:
- label
- derived_from
- model
- description
attributes:
  key:
    name: key
    from_schema: https://w3id.org/tvbo
    domain_of:
    - DataSource
    - SimulationStudy
    range: string
  title:
    name: title
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - SimulationStudy
    range: string
  year:
    name: year
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - SimulationStudy
    range: integer
  doi:
    name: doi
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - SimulationStudy
    - SoftwarePackage
    range: string
  sample:
    name: sample
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - SimulationStudy
    range: Sample
  simulation_experiments:
    name: simulation_experiments
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - SimulationStudy
    range: SimulationExperiment
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: SimulationStudy
from_schema: https://w3id.org/tvbo
attributes:
  key:
    name: key
    from_schema: https://w3id.org/tvbo
    alias: key
    owner: SimulationStudy
    domain_of:
    - DataSource
    - SimulationStudy
    range: string
  title:
    name: title
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: title
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: string
  year:
    name: year
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: year
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: integer
  doi:
    name: doi
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: doi
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    - SoftwarePackage
    range: string
  sample:
    name: sample
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: sample
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: Sample
  simulation_experiments:
    name: simulation_experiments
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: simulation_experiments
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: SimulationExperiment
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: label
    owner: SimulationStudy
    domain_of:
    - ParcellationTerminology
    - Dataset
    - Contact
    - Equation
    - Stimulus
    - Parcellation
    - Tractogram
    - Matrix
    - Network
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - Function
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - TuningObjective
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - SoftwareEnvironment
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - DifferentialOperator
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  derived_from:
    name: derived_from
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: derived_from
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: string
  model:
    name: model
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: model
    owner: SimulationStudy
    domain_of:
    - Electrode
    - SimulationExperiment
    - SimulationStudy
    range: Dynamics
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: description
    owner: SimulationStudy
    domain_of:
    - ClinicalScore
    - Equation
    - Stimulus
    - Tractogram
    - Matrix
    - Network
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - UpdateRule
    - TuningObjective
    - Algorithm
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - SoftwareEnvironment
    - SoftwareRequirement
    - SoftwarePackage
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string