Class: Study

Bibliographic anchor for a source publication, identified by its citation key (citekey). The full bibliographic record lives in the project BibTeX library (references.bib) and is resolved by citekey; this node carries only identity, display fields and the knowledge-graph hooks (the concepts that cite it). Specialised by SimulationStudy, which adds the experiments derived from the source.

URI: tvbo:Study

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

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

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

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

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

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

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

        
      

Inheritance

Class Properties

Property Value
Class URI tvbo:Study

Slots

Name Cardinality and Range Description Inheritance
description 0..1
xsd:string
direct
citekey 0..1
xsd:string
BibTeX citation key; the join key into references direct
type 0..1
xsd:string
Publication type (article, book, inproceedings, …) direct
title 0..1
xsd:string
direct
authors *
xsd:string
Author display strings (full detail in references direct
year 0..1
xsd:integer
direct
doi 0..1
xsd:string
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Study
description: Bibliographic anchor for a source publication, identified by its citation
  key (``citekey``).  The full bibliographic record lives in the project BibTeX library
  (references.bib) and is resolved by citekey; this node carries only identity, display
  fields and the knowledge-graph hooks (the concepts that cite it).  Specialised by
  SimulationStudy, which adds the experiments derived from the source.
from_schema: https://w3id.org/tvbo
slots:
- description
attributes:
  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
    domain_of:
    - Study
    range: string
  type:
    name: type
    description: Publication type (article, book, inproceedings, …).
    from_schema: https://w3id.org/tvbo
    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
    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
    domain_of:
    - Study
    range: string
    multivalued: true
  year:
    name: year
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:issued
    domain_of:
    - Study
    range: integer
  doi:
    name: doi
    from_schema: https://w3id.org/tvbo
    slot_uri: bibo:doi
    domain_of:
    - SoftwarePackage
    - Study
    range: string
class_uri: tvbo:Study

Induced

name: Study
description: Bibliographic anchor for a source publication, identified by its citation
  key (``citekey``).  The full bibliographic record lives in the project BibTeX library
  (references.bib) and is resolved by citekey; this node carries only identity, display
  fields and the knowledge-graph hooks (the concepts that cite it).  Specialised by
  SimulationStudy, which adds the experiments derived from the source.
from_schema: https://w3id.org/tvbo
attributes:
  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: Study
    domain_of:
    - Study
    range: string
  type:
    name: type
    description: Publication type (article, book, inproceedings, …).
    from_schema: https://w3id.org/tvbo
    owner: Study
    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: Study
    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: Study
    domain_of:
    - Study
    range: string
    multivalued: true
  year:
    name: year
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:issued
    owner: Study
    domain_of:
    - Study
    range: integer
  doi:
    name: doi
    from_schema: https://w3id.org/tvbo
    slot_uri: bibo:doi
    owner: Study
    domain_of:
    - SoftwarePackage
    - Study
    range: string
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:description
    owner: Study
    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
class_uri: tvbo:Study