Skip to content

Class: Unit

A unit of measurement from a standard ontology (UO, UCUM, QUDT).

URI: soma:Unit

 classDiagram
    class Unit
    click Unit href "../Unit/"
      Unit : id

      Unit : name


Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for the entity direct
name 0..1
String
A human-readable name for the entity direct

Usages

used by used in type used
QuantityValue unit range Unit
QuantityRange unit range Unit

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • UO

  • UCUM

  • QUDT

Schema Source

  • from schema: https://w3id.org/EHS-Data-Standards/soma

Mappings

Mapping Type Mapped Value
self soma:Unit
native soma:Unit

LinkML Source

Direct

name: Unit
id_prefixes:
- UO
- UCUM
- QUDT
description: A unit of measurement from a standard ontology (UO, UCUM, QUDT).
from_schema: https://w3id.org/EHS-Data-Standards/soma
slots:
- id
- name
slot_usage:
  id:
    name: id
    pattern: ^(UO:\d{7}|UCUM:\S+|QUDT:\S+)$

Induced

name: Unit
id_prefixes:
- UO
- UCUM
- QUDT
description: A unit of measurement from a standard ontology (UO, UCUM, QUDT).
from_schema: https://w3id.org/EHS-Data-Standards/soma
slot_usage:
  id:
    name: id
    pattern: ^(UO:\d{7}|UCUM:\S+|QUDT:\S+)$
attributes:
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    identifier: true
    alias: id
    owner: Unit
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: uriorcurie
    required: true
    pattern: ^(UO:\d{7}|UCUM:\S+|QUDT:\S+)$
  name:
    name: name
    description: A human-readable name for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Unit
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: string