Class: TextValue
A quality, described using a text string.
URI: nmdc:TextValue
classDiagram
class TextValue
click TextValue href "../TextValue/"
AttributeValue <|-- TextValue
click AttributeValue href "../AttributeValue/"
TextValue : attribute
TextValue --> "1" Attribute : attribute
click Attribute href "../Attribute/"
TextValue : raw_value
TextValue : value
TextValue : value_cv_id
Inheritance
- AttributeValue
- TextValue
Class Properties
| Property | Value |
|---|---|
| Class URI | nmdc:TextValue |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 0..1 String |
The value, as a text string | direct |
| value_cv_id | 0..1 Uriorcurie |
For values that are in a controlled vocabulary (CV), this attribute should ca... | direct |
| attribute | 1 Attribute |
The attribute being represented | AttributeValue |
| raw_value | 0..1 String |
The value that was specified for an annotation in raw form, i | AttributeValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/wss-test
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nmdc:TextValue |
| native | wss_test:TextValue |
| undefined | bertron:TextValue |
LinkML Source
Direct
name: TextValue
description: A quality, described using a text string.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:TextValue
is_a: AttributeValue
slots:
- value
- value_cv_id
class_uri: nmdc:TextValue
Induced
name: TextValue
description: A quality, described using a text string.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:TextValue
is_a: AttributeValue
attributes:
value:
name: value
description: The value, as a text string.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:value
rank: 1000
alias: value
owner: TextValue
domain_of:
- TextValue
range: string
value_cv_id:
name: value_cv_id
description: For values that are in a controlled vocabulary (CV), this attribute
should capture the controlled vocabulary ID for the value.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:value_cv_id
rank: 1000
alias: value_cv_id
owner: TextValue
domain_of:
- TextValue
range: uriorcurie
attribute:
name: attribute
description: The attribute being represented.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:attribute
rank: 1000
alias: attribute
owner: TextValue
domain_of:
- AttributeValue
range: Attribute
required: true
raw_value:
name: raw_value
description: The value that was specified for an annotation in raw form, i.e.
a string. E.g. "2 cm" or "2-4 cm"
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- nmdc:raw_value
- bertron:raw_value
rank: 1000
alias: raw_value
owner: TextValue
domain_of:
- AttributeValue
range: string
class_uri: nmdc:TextValue