Class: SimulationStudy

URI: tvbo:SimulationStudy

 classDiagram
    class SimulationStudy
    click SimulationStudy href "./SimulationStudy.html"
      Study <|-- SimulationStudy
        click Study href "./Study.html"
      
      SimulationStudy : authors
        
          
    
        
        
        SimulationStudy --> "*" String : authors
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SimulationStudy : citekey
        
          
    
        
        
        SimulationStudy --> "0..1" String : citekey
        click String href "../http://www.w3.org/2001/XMLSchema#string.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 : references
        
          
    
        
        
        SimulationStudy --> "*" String : references
        click String href "../http://www.w3.org/2001/XMLSchema#string.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 : type
        
          
    
        
        
        SimulationStudy --> "0..1" String : type
        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"
    

        
      

Inheritance

Class Properties

Property Value
Class URI tvbo:SimulationStudy

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
references *
xsd:string
direct
key 0..1
xsd:string
Deprecated alias of the inherited citekey; retained for back-compatibilit… direct
sample 0..1
Sample
direct
simulation_experiments *
SimulationExperiment
direct
description 0..1
xsd:string
Study
citekey 0..1
xsd:string
BibTeX citation key; the join key into references Study
type 0..1
xsd:string
Publication type (article, book, inproceedings, …) Study
title 0..1
xsd:string
Study
authors *
xsd:string
Author display strings (full detail in references Study
year 0..1
xsd:integer
Study
doi 0..1
xsd:string
Study

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
is_a: Study
slots:
- label
- derived_from
- model
- references
attributes:
  key:
    name: key
    description: Deprecated alias of the inherited ``citekey``; retained for back-compatibility
      with existing tooling.
    from_schema: https://w3id.org/tvbo
    domain_of:
    - DataSource
    - SimulationStudy
    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
    alias: experiments
    domain_of:
    - SimulationStudy
    range: SimulationExperiment
    multivalued: true
    inlined_as_list: true
class_uri: tvbo:SimulationStudy

Induced

name: SimulationStudy
from_schema: https://w3id.org/tvbo
is_a: Study
attributes:
  key:
    name: key
    description: Deprecated alias of the inherited ``citekey``; retained for back-compatibility
      with existing tooling.
    from_schema: https://w3id.org/tvbo
    owner: SimulationStudy
    domain_of:
    - DataSource
    - SimulationStudy
    range: string
  sample:
    name: sample
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: SimulationStudy
    domain_of:
    - SimulationStudy
    range: Sample
  simulation_experiments:
    name: simulation_experiments
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: 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
    slot_uri: rdfs:label
    owner: SimulationStudy
    domain_of:
    - ParcellationTerminology
    - Subject
    - Session
    - Dataset
    - Contact
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Parcellation
    - Tractogram
    - Matrix
    - Phenotype
    - Network
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - Function
    - FunctionCall
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - ExplorationAxis
    - FreeParameter
    - Inference
    - AlgorithmStage
    - TuningObjective
    - Continuation
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - DifferentialOperator
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  derived_from:
    name: derived_from
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: prov:wasDerivedFrom
    owner: SimulationStudy
    domain_of:
    - Provenance
    - SimulationStudy
    range: string
  model:
    name: model
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: SimulationStudy
    domain_of:
    - Electrode
    - SimulationExperiment
    - SimulationStudy
    range: Dynamics
  references:
    name: references
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:references
    owner: SimulationStudy
    domain_of:
    - Provenance
    - Dynamics
    - SimulationExperiment
    - SimulationStudy
    range: string
    multivalued: true
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:description
    owner: SimulationStudy
    domain_of:
    - Dataset
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Tractogram
    - Matrix
    - Phenotype
    - MeasureSpec
    - NamedArray
    - Network
    - GraphGenerator
    - ProcedureStep
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - ExplorationAxis
    - FreeParameter
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - AlgorithmStage
    - TuningObjective
    - Algorithm
    - BranchSwitch
    - Continuation
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - Study
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  citekey:
    name: citekey
    description: BibTeX citation key; the join key into references.bib for full bibliographic
      detail. A study is identified by its key/citekey and described by its title
      — no ``name`` needed.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: SimulationStudy
    domain_of:
    - Study
    range: string
  type:
    name: type
    description: Publication type (article, book, inproceedings, …).
    from_schema: https://w3id.org/tvbo
    owner: SimulationStudy
    domain_of:
    - GraphGenerator
    - File
    - Analysis
    - Aggregation
    - TuningObjective
    - Algorithm
    - Study
    range: string
  title:
    name: title
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:title
    owner: SimulationStudy
    domain_of:
    - Study
    range: string
  authors:
    name: authors
    description: Author display strings (full detail in references.bib).
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: SimulationStudy
    domain_of:
    - Study
    range: string
    multivalued: true
  year:
    name: year
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:issued
    owner: SimulationStudy
    domain_of:
    - Study
    range: integer
  doi:
    name: doi
    from_schema: https://w3id.org/tvbo
    slot_uri: bibo:doi
    owner: SimulationStudy
    domain_of:
    - SoftwarePackage
    - Study
    range: string
class_uri: tvbo:SimulationStudy