Class: LayoutTemplateVariant

One variant’s seed for a file the record already accounts for.

URI: tvbo_study:class/LayoutTemplateVariant

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

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

        
      

Slots

Name Cardinality and Range Description Inheritance
variant 1
xsd:string
The tvbo study init --template name this seed belongs to direct
template 0..1
xsd:string
Asset seeding the file when that variant is selected direct

Usages

used by used in type used
StudyFile template_variants range LayoutTemplateVariant

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self tvbo_study:LayoutTemplateVariant
native tvbo_study:LayoutTemplateVariant

LinkML Source

Direct

name: LayoutTemplateVariant
description: One variant's seed for a file the record already accounts for.
from_schema: https://w3id.org/tvbo/study
attributes:
  variant:
    name: variant
    description: The ``tvbo study init --template`` name this seed belongs to.
    from_schema: https://w3id.org/tvbo/study
    rank: 1000
    key: true
    domain_of:
    - LayoutTemplateVariant
    range: string
  template:
    name: template
    description: Asset seeding the file when that variant is selected.
    from_schema: https://w3id.org/tvbo/study
    domain_of:
    - StudyFile
    - LayoutTemplateVariant
    - Surface
    - BidsEntities
    range: string

Induced

name: LayoutTemplateVariant
description: One variant's seed for a file the record already accounts for.
from_schema: https://w3id.org/tvbo/study
attributes:
  variant:
    name: variant
    description: The ``tvbo study init --template`` name this seed belongs to.
    from_schema: https://w3id.org/tvbo/study
    rank: 1000
    key: true
    owner: LayoutTemplateVariant
    domain_of:
    - LayoutTemplateVariant
    range: string
    required: true
  template:
    name: template
    description: Asset seeding the file when that variant is selected.
    from_schema: https://w3id.org/tvbo/study
    owner: LayoutTemplateVariant
    domain_of:
    - StudyFile
    - LayoutTemplateVariant
    - Surface
    - BidsEntities
    range: string