Class: Attribute
A domain, measurement, attribute, property, or any descriptor for additional properties. Where available, please use OBO Foundry ontologies or other controlled vocabularies for attributes.
URI: wss_test:Attribute
classDiagram
class Attribute
click Attribute href "../Attribute/"
Attribute <|-- Variable
click Variable href "../Variable/"
Attribute : id
Attribute : label
Inheritance
- Attribute
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
A unique identifier | direct |
| label | 1 String |
Text string to describe the attribute | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AttributeValue | attribute | range | Attribute |
| QuantityValue | attribute | range | Attribute |
| TextValue | attribute | range | Attribute |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/wss-test
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | wss_test:Attribute |
| native | wss_test:Attribute |
| undefined | bertron:Attribute |
LinkML Source
Direct
name: Attribute
description: A domain, measurement, attribute, property, or any descriptor for additional
properties. Where available, please use OBO Foundry ontologies or other controlled
vocabularies for attributes.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:Attribute
slots:
- id
- label
Induced
name: Attribute
description: A domain, measurement, attribute, property, or any descriptor for additional
properties. Where available, please use OBO Foundry ontologies or other controlled
vocabularies for attributes.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:Attribute
attributes:
id:
name: id
description: A unique identifier.
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
identifier: true
alias: id
owner: Attribute
domain_of:
- Dataset
- Sample
- Attribute
range: string
required: true
label:
name: label
description: Text string to describe the attribute.
from_schema: https://w3id.org/sierra-moxon/wss-test
aliases:
- title
rank: 1000
alias: label
owner: Attribute
domain_of:
- Attribute
range: string
required: true