classDiagram
class Parcellation
click Parcellation href "./Parcellation.html"
Parcellation : atlas
Parcellation --> "1" BrainAtlas : atlas
click BrainAtlas href "./BrainAtlas.html"
Parcellation : center_coordinates
Parcellation --> "*" Float : center_coordinates
click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
Parcellation : data_source
Parcellation --> "0..1" String : data_source
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Parcellation : label
Parcellation --> "0..1" String : label
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Parcellation : region_labels
Parcellation --> "*" String : region_labels
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Class: Parcellation
URI: tvbo:Parcellation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| label | 0..1 xsd:string |
direct | |
| region_labels | * xsd:string |
direct | |
| center_coordinates | * xsd:float |
direct | |
| data_source | 0..1 xsd:string |
direct | |
| atlas | 1 BrainAtlas |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Network | parcellation | range | Parcellation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:Parcellation |
| native | tvbo:Parcellation |
LinkML Source
Direct
name: Parcellation
from_schema: https://w3id.org/tvbo
slots:
- label
attributes:
region_labels:
name: region_labels
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- Parcellation
range: string
multivalued: true
center_coordinates:
name: center_coordinates
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- Parcellation
range: float
multivalued: true
data_source:
name: data_source
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- Parcellation
- Tractogram
- Observation
range: string
atlas:
name: atlas
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- Parcellation
range: BrainAtlas
required: true
inlined: true
class_uri: tvbo:ParcellationInduced
name: Parcellation
from_schema: https://w3id.org/tvbo
attributes:
region_labels:
name: region_labels
from_schema: https://w3id.org/tvbo
rank: 1000
alias: region_labels
owner: Parcellation
domain_of:
- Parcellation
range: string
multivalued: true
center_coordinates:
name: center_coordinates
from_schema: https://w3id.org/tvbo
rank: 1000
alias: center_coordinates
owner: Parcellation
domain_of:
- Parcellation
range: float
multivalued: true
data_source:
name: data_source
from_schema: https://w3id.org/tvbo
rank: 1000
alias: data_source
owner: Parcellation
domain_of:
- Parcellation
- Tractogram
- Observation
range: string
atlas:
name: atlas
from_schema: https://w3id.org/tvbo
rank: 1000
alias: atlas
owner: Parcellation
domain_of:
- Parcellation
range: BrainAtlas
required: true
inlined: true
label:
name: label
from_schema: https://w3id.org/tvbo
rank: 1000
alias: label
owner: Parcellation
domain_of:
- ParcellationTerminology
- Dataset
- Contact
- Equation
- Stimulus
- Parcellation
- Tractogram
- Matrix
- Network
- Node
- Edge
- Observation
- Dynamics
- StateVariable
- Parameter
- Function
- DerivedVariable
- RandomStream
- DataSource
- OptimizationStage
- Exploration
- TuningObjective
- Coupling
- RegionMapping
- SimulationExperiment
- SimulationStudy
- TimeSeries
- SoftwareEnvironment
- NDArray
- SpatialDomain
- Mesh
- SpatialField
- FieldStateVariable
- DifferentialOperator
- BoundaryCondition
- PDESolver
- PDE
range: string
class_uri: tvbo:Parcellation