Class: Unit options (UnitOption)
An object to represent a human displayable name alongside the more formal value for units.
classDiagram
class UnitOption
click UnitOption href "../UnitOption"
Thing <|-- UnitOption
click Thing href "../Thing"
UnitOption : category
UnitOption : id
UnitOption : name
UnitOption --> "*" LangString : name
click LangString href "../LangString"
UnitOption : prefLabel
UnitOption --> "*" LangString : prefLabel
click LangString href "../LangString"
UnitOption : value
Inheritance
- Thing
- UnitOption
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
prefLabel | * LangString |
The preferred label | direct |
value | 0..1 String or Uri or LangString |
The value for each option in choices or in additionalNotesObj | direct |
id | 0..1 Uriorcurie |
A unique identifier for an entity | Thing |
name | * LangString |
Thing | |
category | 0..1 Uriorcurie |
Name of the high level ontology class in which this entity is categorized | Thing |
Usages
used by | used in | type | used |
---|---|---|---|
ResponseOption | unitOptions | range | UnitOption |
Identifier and Mapping Information
Schema Source
- from schema: http://schema.repronim.org/
Mappings
Mapping Type | Mapped Value |
---|---|
self | reproschema:UnitOption |
native | http://schema.repronim.org/:UnitOption |
LinkML Source
Direct
name: UnitOption
description: An object to represent a human displayable name alongside the more formal
value for units.
title: Unit options
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- prefLabel
- value
slot_usage:
value:
name: value
any_of:
- range: uri
- range: langString
class_uri: reproschema:UnitOption
Induced
name: UnitOption
description: An object to represent a human displayable name alongside the more formal
value for units.
title: Unit options
from_schema: http://schema.repronim.org/
is_a: Thing
slot_usage:
value:
name: value
any_of:
- range: uri
- range: langString
attributes:
prefLabel:
name: prefLabel
description: The preferred label.
title: preferred label
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: skos:prefLabel
alias: prefLabel
owner: UnitOption
domain_of:
- Activity
- AdditionalProperty
- Item
- OverrideProperty
- Protocol
- UnitOption
range: langString
multivalued: true
inlined: true
value:
name: value
description: The value for each option in choices or in additionalNotesObj
title: value
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:value
alias: value
owner: UnitOption
domain_of:
- AdditionalNoteObj
- Choice
- Response
- UnitOption
range: string
inlined: true
any_of:
- range: uri
- range: langString
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:identifier
alias: id
owner: UnitOption
domain_of:
- Participant
- Thing
range: uriorcurie
name:
name: name
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:name
alias: name
owner: UnitOption
domain_of:
- Choice
- Thing
range: langString
multivalued: true
inlined: true
category:
name: category
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the biolink entity type class. In an RDF database
it should be a model class URI. This field is multi-valued.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: rdf:type
alias: category
owner: UnitOption
domain_of:
- Thing
range: uriorcurie
class_uri: reproschema:UnitOption