Class: CommonCoordinateSpace

A schema for representing a version of a common coordinate space.

URI: atom:atlas/Transformation

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

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

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

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

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

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

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

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

        
      CommonCoordinateSpace : unit
        
          
    
        
        
        CommonCoordinateSpace --> "0..1" UnitEnum : unit
        click UnitEnum href "../../enums/UnitEnum.html"
    

        
      

Class Properties

Property Value
Class URI atom:atlas/Transformation

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Globally unique identifier for the entity direct
abbreviation 0..1
xsd:string
Slot for the abbreviation of a resource direct
alternateName *
xsd:string
Enter any alternate names, including abbreviations, for this entity direct
unit 0..1
UnitEnum
Physical unit of measurement direct
license 0..1
xsd:string
Linked type for the license of the brain atlas or coordinate space version direct
anatomicalAxesOrientation 0..1
xsd:string
Add the axes orientation in standard anatomical terms (XYZ) direct
axesOrigin 0..1
xsd:string
Enter the origin (central point where all axes intersect) direct
nativeUnit 0..1
xsd:string
Add the native unit that is used for this common coordinate space version direct
defaultImage *
xsd:string
Add all image files used as visual representation of this common coordinate s… direct

Usages

used by used in type used
Coordinate coordinateSpace range CommonCoordinateSpace
BrainAtlas coordinateSpace range CommonCoordinateSpace
DBSDataset coordinate_space range CommonCoordinateSpace
DBSSubject coordinate_space range CommonCoordinateSpace
Electrode coordinate_space range CommonCoordinateSpace
EField coordinate_space range CommonCoordinateSpace
Network coordinate_space range CommonCoordinateSpace
SpatialDomain coordinate_space range CommonCoordinateSpace
Mesh coordinate_space range CommonCoordinateSpace

Identifier and Mapping Information

Schema Source

  • from schema: https://openminds.ebrains.eu/sands/BrainAtlas

Mappings

Mapping Type Mapped Value
self atom:atlas/Transformation
native atom:CommonCoordinateSpace

LinkML Source

Direct

name: CommonCoordinateSpace
description: A schema for representing a version of a common coordinate space.
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
slots:
- name
- abbreviation
- alternateName
- unit
- license
attributes:
  anatomicalAxesOrientation:
    name: anatomicalAxesOrientation
    description: Add the axes orientation in standard anatomical terms (XYZ).
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    domain_of:
    - CommonCoordinateSpace
    range: string
  axesOrigin:
    name: axesOrigin
    description: Enter the origin (central point where all axes intersect).
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    domain_of:
    - CommonCoordinateSpace
    range: string
  nativeUnit:
    name: nativeUnit
    description: Add the native unit that is used for this common coordinate space
      version.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    domain_of:
    - CommonCoordinateSpace
    range: string
  defaultImage:
    name: defaultImage
    description: Add all image files used as visual representation of this common
      coordinate space version.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    domain_of:
    - CommonCoordinateSpace
    range: string
    multivalued: true
class_uri: atom:atlas/Transformation

Induced

name: CommonCoordinateSpace
description: A schema for representing a version of a common coordinate space.
from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
attributes:
  anatomicalAxesOrientation:
    name: anatomicalAxesOrientation
    description: Add the axes orientation in standard anatomical terms (XYZ).
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    range: string
  axesOrigin:
    name: axesOrigin
    description: Enter the origin (central point where all axes intersect).
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    range: string
  nativeUnit:
    name: nativeUnit
    description: Add the native unit that is used for this common coordinate space
      version.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    range: string
  defaultImage:
    name: defaultImage
    description: Add all image files used as visual representation of this common
      coordinate space version.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    rank: 1000
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    range: string
    multivalued: true
  name:
    name: name
    description: Globally unique identifier for the entity.
    from_schema: https://w3id.org/tvbo/common
    slot_uri: schema:name
    identifier: true
    owner: CommonCoordinateSpace
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Event
    - Tractogram
    - MeasureSpec
    - NamedArray
    - GraphGenerator
    - Binding
    - ProcedureStep
    - File
    - StateValue
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - Algorithm
    - Option
    - BranchSwitch
    - Continuation
    - Coupling
    range: string
    required: true
  abbreviation:
    name: abbreviation
    description: Slot for the abbreviation of a resource.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    slot_uri: skos:notation
    owner: CommonCoordinateSpace
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    range: string
  alternateName:
    name: alternateName
    description: Enter any alternate names, including abbreviations, for this entity.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    slot_uri: atom:atlas/hasName
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    - ParcellationEntity
    range: string
    multivalued: true
  unit:
    name: unit
    description: Physical unit of measurement. Values are drawn from the QUDT ontology
      (http://qudt.org/vocab/unit/) with UO cross-references where available.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: qudt:unit
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    - MeasureSpec
    - NamedArray
    - Edge
    - StateVariable
    - Parameter
    - Argument
    - DerivedParameter
    - DerivedVariable
    - ExplorationAxis
    - Integrator
    - TimeSeries
    - NDArray
    - SpatialField
    range: UnitEnum
  license:
    name: license
    description: Linked type for the license of the brain atlas or coordinate space
      version.
    from_schema: https://openminds.ebrains.eu/sands/BrainAtlas
    slot_uri: dcterms:license
    owner: CommonCoordinateSpace
    domain_of:
    - CommonCoordinateSpace
    - SoftwarePackage
    - SoftwareRequirement
    - Provenance
    range: string
class_uri: atom:atlas/Transformation