classDiagram
class Coordinate
click Coordinate href "./Coordinate.html"
Coordinate : coordinateSpace
Coordinate --> "0..1" CommonCoordinateSpace : coordinateSpace
click CommonCoordinateSpace href "./CommonCoordinateSpace.html"
Coordinate : x
Coordinate --> "0..1" Float : x
click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
Coordinate : y
Coordinate --> "0..1" Float : y
click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
Coordinate : z
Coordinate --> "0..1" Float : z
click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
Class: Coordinate
A 3D coordinate with X, Y, Z values.
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| coordinateSpace | 0..1 CommonCoordinateSpace |
Add the common coordinate space used for this brain atlas version | direct |
| x | 0..1 xsd:float |
X coordinate | direct |
| y | 0..1 xsd:float |
Y coordinate | direct |
| z | 0..1 xsd:float |
Z coordinate | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ParcellationEntity | center | range | Coordinate |
| Electrode | head | range | Coordinate |
| Electrode | tail | range | Coordinate |
| Electrode | trajectory | range | Coordinate |
| Contact | coordinate | range | Coordinate |
| Node | position | range | Coordinate |
| Mesh | coordinates | range | Coordinate |
Identifier and Mapping Information
Schema Source
- from schema: https://openminds.ebrains.eu/sands/BrainAtlas
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | atom:Coordinate |
| native | atom:Coordinate |
LinkML Source
Direct
name: Coordinate
description: A 3D coordinate with X, Y, Z values.
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
slots:
- coordinateSpace
attributes:
x:
name: x
description: X coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
domain_of:
- Coordinate
- Matrix
range: float
y:
name: y
description: Y coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
domain_of:
- Coordinate
- Matrix
range: float
z:
name: z
description: Z coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
domain_of:
- Coordinate
range: floatInduced
name: Coordinate
description: A 3D coordinate with X, Y, Z values.
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
attributes:
x:
name: x
description: X coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
alias: x
owner: Coordinate
domain_of:
- Coordinate
- Matrix
range: float
y:
name: y
description: Y coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
alias: y
owner: Coordinate
domain_of:
- Coordinate
- Matrix
range: float
z:
name: z
description: Z coordinate
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
rank: 1000
alias: z
owner: Coordinate
domain_of:
- Coordinate
range: float
coordinateSpace:
name: coordinateSpace
description: Add the common coordinate space used for this brain atlas version.
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
alias: coordinateSpace
owner: Coordinate
domain_of:
- Coordinate
- BrainAtlas
range: CommonCoordinateSpace