Class: RelativeValue
A value that is relative to another value
URI: comet:RelativeValue
classDiagram
class RelativeValue
click RelativeValue href "../RelativeValue"
StructuredValueComponent <|-- RelativeValue
click StructuredValueComponent href "../StructuredValueComponent"
RelativeValue : interpretation
RelativeValue --> "1" Concept : interpretation
click Concept href "../Concept"
RelativeValue : reference
RelativeValue --> "0..1" Concept : reference
click Concept href "../Concept"
RelativeValue : target_value
RelativeValue --> "0..1" AttributeValue : target_value
click AttributeValue href "../AttributeValue"
Inheritance
- Intangible
- StructuredValueComponent
- RelativeValue
- StructuredValueComponent
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
interpretation | 1 Concept |
The type of relationship, e | direct |
reference | 0..1 Concept |
direct | |
target_value | 0..1 AttributeValue |
The target value | direct |
Usages
used by | used in | type | used |
---|---|---|---|
AttributeValue | relative_values | range | RelativeValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type | Mapped Value |
---|---|
self | comet:RelativeValue |
native | comet:RelativeValue |
LinkML Source
Direct
name: RelativeValue
description: A value that is relative to another value
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
interpretation:
name: interpretation
description: The type of relationship, e.g. high
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- RelativeValue
range: Concept
required: true
reference:
name: reference
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- RelativeValue
range: Concept
target_value:
name: target_value
description: The target value
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- RelativeValue
range: AttributeValue
Induced
name: RelativeValue
description: A value that is relative to another value
from_schema: https://w3id.org/comet
is_a: StructuredValueComponent
attributes:
interpretation:
name: interpretation
description: The type of relationship, e.g. high
from_schema: https://w3id.org/comet/core
rank: 1000
alias: interpretation
owner: RelativeValue
domain_of:
- RelativeValue
range: Concept
required: true
reference:
name: reference
from_schema: https://w3id.org/comet/core
rank: 1000
alias: reference
owner: RelativeValue
domain_of:
- RelativeValue
range: Concept
target_value:
name: target_value
description: The target value
from_schema: https://w3id.org/comet/core
rank: 1000
alias: target_value
owner: RelativeValue
domain_of:
- RelativeValue
range: AttributeValue