classDiagram
class Contact
click Contact href "./Contact.html"
Contact : contact_id
Contact --> "0..1" Integer : contact_id
click Integer href "../http://www.w3.org/2001/XMLSchema#integer.html"
Contact : coordinate
Contact --> "0..1" Coordinate : coordinate
click Coordinate href "./Coordinate.html"
Contact : label
Contact --> "0..1" String : label
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Class: Contact
Individual contact on a DBS electrode.
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| contact_id | 0..1 xsd:integer |
Identifier (e | direct |
| coordinate | 0..1 Coordinate |
3D coordinate of the contact center in the defined coordinate space | direct |
| label | 0..1 xsd:string |
Optional human-readable label (e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Electrode | contacts | range | Contact |
Identifier and Mapping Information
Schema Source
- from schema: http://www.thevirtualbrain.org/tvbo/dbs
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo_dbs:Contact |
| native | tvbo_dbs:Contact |
LinkML Source
Direct
name: Contact
description: Individual contact on a DBS electrode.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
attributes:
contact_id:
name: contact_id
description: Identifier (e.g., 0, 1, 2)
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
rank: 1000
domain_of:
- Contact
range: integer
coordinate:
name: coordinate
description: 3D coordinate of the contact center in the defined coordinate space
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
rank: 1000
domain_of:
- Contact
range: Coordinate
label:
name: label
description: Optional human-readable label (e.g., "1a")
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
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: stringInduced
name: Contact
description: Individual contact on a DBS electrode.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
attributes:
contact_id:
name: contact_id
description: Identifier (e.g., 0, 1, 2)
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
rank: 1000
alias: contact_id
owner: Contact
domain_of:
- Contact
range: integer
coordinate:
name: coordinate
description: 3D coordinate of the contact center in the defined coordinate space
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
rank: 1000
alias: coordinate
owner: Contact
domain_of:
- Contact
range: Coordinate
label:
name: label
description: Optional human-readable label (e.g., "1a")
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
alias: label
owner: Contact
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