Class: Connectome

URI: tvbo:Connectivity

 classDiagram
    class Connectome
    click Connectome href "./Connectome.html"
      Connectome : conduction_speed
        
          
    
        
        
        Connectome --> "0..1" Parameter : conduction_speed
        click Parameter href "./Parameter.html"
    

        
      Connectome : lengths
        
          
    
        
        
        Connectome --> "0..1" Matrix : lengths
        click Matrix href "./Matrix.html"
    

        
      Connectome : node_labels
        
          
    
        
        
        Connectome --> "*" String : node_labels
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      Connectome : normalization
        
          
    
        
        
        Connectome --> "0..1" Equation : normalization
        click Equation href "./Equation.html"
    

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

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

        
      Connectome : parcellation
        
          
    
        
        
        Connectome --> "0..1" Parcellation : parcellation
        click Parcellation href "./Parcellation.html"
    

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

        
      Connectome : weights
        
          
    
        
        
        Connectome --> "0..1" Matrix : weights
        click Matrix href "./Matrix.html"
    

        
      

Slots

Name Cardinality and Range Description Inheritance
number_of_regions 0..1
xsd:integer
direct
number_of_nodes 0..1
xsd:integer
direct
parcellation 0..1
Parcellation
direct
tractogram 0..1
xsd:string
direct
weights 0..1
Matrix
direct
lengths 0..1
Matrix
direct
normalization 0..1
Equation
direct
conduction_speed 0..1
Parameter
direct
node_labels *
xsd:string
direct

Usages

used by used in type used
Network graph range Connectome
Coupling regional_connectivity range Connectome
SimulationExperiment connectivity range Connectome
SimulationExperiment network range Connectome

Aliases

  • Graph

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self tvbo:Connectivity
native tvbo:Connectome

LinkML Source

Direct

name: Connectome
from_schema: https://w3id.org/tvbo
aliases:
- Graph
attributes:
  number_of_regions:
    name: number_of_regions
    from_schema: https://w3id.org/tvbo
    rank: 1000
    ifabsent: integer(1)
    domain_of:
    - Connectome
    range: integer
  number_of_nodes:
    name: number_of_nodes
    from_schema: https://w3id.org/tvbo
    rank: 1000
    ifabsent: integer(1)
    domain_of:
    - Connectome
    range: integer
  parcellation:
    name: parcellation
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: Parcellation
  tractogram:
    name: tractogram
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: string
  weights:
    name: weights
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: Matrix
  lengths:
    name: lengths
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: Matrix
  normalization:
    name: normalization
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: Equation
  conduction_speed:
    name: conduction_speed
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: Parameter
  node_labels:
    name: node_labels
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Connectome
    range: string
    multivalued: true
class_uri: tvbo:Connectivity

Induced

name: Connectome
from_schema: https://w3id.org/tvbo
aliases:
- Graph
attributes:
  number_of_regions:
    name: number_of_regions
    from_schema: https://w3id.org/tvbo
    rank: 1000
    ifabsent: integer(1)
    alias: number_of_regions
    owner: Connectome
    domain_of:
    - Connectome
    range: integer
  number_of_nodes:
    name: number_of_nodes
    from_schema: https://w3id.org/tvbo
    rank: 1000
    ifabsent: integer(1)
    alias: number_of_nodes
    owner: Connectome
    domain_of:
    - Connectome
    range: integer
  parcellation:
    name: parcellation
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: parcellation
    owner: Connectome
    domain_of:
    - Connectome
    range: Parcellation
  tractogram:
    name: tractogram
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: tractogram
    owner: Connectome
    domain_of:
    - Connectome
    range: string
  weights:
    name: weights
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: weights
    owner: Connectome
    domain_of:
    - Connectome
    range: Matrix
  lengths:
    name: lengths
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: lengths
    owner: Connectome
    domain_of:
    - Connectome
    range: Matrix
  normalization:
    name: normalization
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: normalization
    owner: Connectome
    domain_of:
    - Connectome
    range: Equation
  conduction_speed:
    name: conduction_speed
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: conduction_speed
    owner: Connectome
    domain_of:
    - Connectome
    range: Parameter
  node_labels:
    name: node_labels
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: node_labels
    owner: Connectome
    domain_of:
    - Connectome
    range: string
    multivalued: true
class_uri: tvbo:Connectivity