Class: Subject

Human or animal subject receiving DBS.

URI: tvbo_dbs:class/Subject

 classDiagram
    class Subject
    click Subject href "./Subject.html"
      Subject : age
        
          
    
        
        
        Subject --> "0..1" Float : age
        click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
    

        
      Subject : coordinate_space
        
          
    
        
        
        Subject --> "0..1" CommonCoordinateSpace : coordinate_space
        click CommonCoordinateSpace href "./CommonCoordinateSpace.html"
    

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

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

        
      Subject : protocols
        
          
    
        
        
        Subject --> "*" DBSProtocol : protocols
        click DBSProtocol href "./DBSProtocol.html"
    

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

        
      Subject : subject_id
        
          
    
        
        
        Subject --> "1" String : subject_id
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      

Slots

Name Cardinality and Range Description Inheritance
subject_id 1
xsd:string
Unique identifier for a subject within a dataset direct
age 0..1
xsd:float
direct
sex 0..1
xsd:string
direct
diagnosis 0..1
xsd:string
direct
handedness 0..1
xsd:string
direct
protocols *
DBSProtocol
All DBS protocols assigned to this subject direct
coordinate_space 0..1
CommonCoordinateSpace
Coordinate space used for this subject’s data direct

Usages

used by used in type used
Dataset subjects range Subject

Identifier and Mapping Information

Schema Source

  • from schema: http://www.thevirtualbrain.org/tvbo/dbs

Mappings

Mapping Type Mapped Value
self tvbo_dbs:Subject
native tvbo_dbs:Subject

LinkML Source

Direct

name: Subject
description: Human or animal subject receiving DBS.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
slots:
- subject_id
attributes:
  age:
    name: age
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - Subject
    range: float
  sex:
    name: sex
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - Subject
    range: string
  diagnosis:
    name: diagnosis
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - Subject
    range: string
  handedness:
    name: handedness
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - Subject
    range: string
  protocols:
    name: protocols
    description: All DBS protocols assigned to this subject.
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - Subject
    range: DBSProtocol
    multivalued: true
  coordinate_space:
    name: coordinate_space
    description: Coordinate space used for this subject's data
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    domain_of:
    - Dataset
    - Subject
    - Electrode
    - EField
    - SpatialDomain
    - Mesh
    range: CommonCoordinateSpace

Induced

name: Subject
description: Human or animal subject receiving DBS.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
attributes:
  age:
    name: age
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: age
    owner: Subject
    domain_of:
    - Subject
    range: float
  sex:
    name: sex
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: sex
    owner: Subject
    domain_of:
    - Subject
    range: string
  diagnosis:
    name: diagnosis
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: diagnosis
    owner: Subject
    domain_of:
    - Subject
    range: string
  handedness:
    name: handedness
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: handedness
    owner: Subject
    domain_of:
    - Subject
    range: string
  protocols:
    name: protocols
    description: All DBS protocols assigned to this subject.
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: protocols
    owner: Subject
    domain_of:
    - Subject
    range: DBSProtocol
    multivalued: true
  coordinate_space:
    name: coordinate_space
    description: Coordinate space used for this subject's data
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    alias: coordinate_space
    owner: Subject
    domain_of:
    - Dataset
    - Subject
    - Electrode
    - EField
    - SpatialDomain
    - Mesh
    range: CommonCoordinateSpace
  subject_id:
    name: subject_id
    description: Unique identifier for a subject within a dataset.
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    aliases:
    - subject code
    - subject label
    exact_mappings:
    - schema:identifier
    identifier: true
    alias: subject_id
    owner: Subject
    domain_of:
    - Subject
    - TimeSeries
    range: string
    required: true