Skip to content

Enum: SimpleSpatialDirection

Basic spatial directional terms for general use

URI: valuesets:SimpleSpatialDirection

Permissible Values

Value Meaning Description
LEFT None To the left side
RIGHT None To the right side
FORWARD None In the forward direction
BACKWARD None In the backward direction
UP None In the upward direction
DOWN None In the downward direction
INWARD None Toward the center or interior
OUTWARD None Away from the center or exterior
TOP None At or toward the top
BOTTOM None At or toward the bottom
MIDDLE None At or toward the middle

Slots

Name Description
simple_spatial_direction Basic spatial directional terms for general use

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SimpleSpatialDirection
description: Basic spatial directional terms for general use
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  LEFT:
    text: LEFT
    description: To the left side
  RIGHT:
    text: RIGHT
    description: To the right side
  FORWARD:
    text: FORWARD
    description: In the forward direction
    annotations:
      aliases:
        tag: aliases
        value: ahead, front
  BACKWARD:
    text: BACKWARD
    description: In the backward direction
    annotations:
      aliases:
        tag: aliases
        value: back, behind, rear
  UP:
    text: UP
    description: In the upward direction
    annotations:
      aliases:
        tag: aliases
        value: above, upward
  DOWN:
    text: DOWN
    description: In the downward direction
    annotations:
      aliases:
        tag: aliases
        value: below, downward
  INWARD:
    text: INWARD
    description: Toward the center or interior
    annotations:
      aliases:
        tag: aliases
        value: medial, toward center
  OUTWARD:
    text: OUTWARD
    description: Away from the center or exterior
    annotations:
      aliases:
        tag: aliases
        value: peripheral, away from center
  TOP:
    text: TOP
    description: At or toward the top
    annotations:
      aliases:
        tag: aliases
        value: upper, uppermost
  BOTTOM:
    text: BOTTOM
    description: At or toward the bottom
    annotations:
      aliases:
        tag: aliases
        value: lower, lowermost
  MIDDLE:
    text: MIDDLE
    description: At or toward the middle
    annotations:
      aliases:
        tag: aliases
        value: center, central