Class: StageOutputRef¶
Reference to a stage output in this or another RevAIse bundle.
URI: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output/StageOutputRef
```mermaid classDiagram class StageOutputRef click StageOutputRef href "../StageOutputRef/" StageOutputRef : checksum
StageOutputRef : output_label
StageOutputRef : resource_uri
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| resource_uri | 0..1 Uri |
URI locating the resource | direct |
| checksum | 0..1 String |
Checksum of the output file | direct |
| output_label | 0..1 String |
Human-readable label | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output/StageOutputRef |
| native | https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output/StageOutputRef |
LinkML Source¶
Direct¶
Induced¶
name: StageOutputRef
description: Reference to a stage output in this or another RevAIse bundle.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output
attributes:
resource_uri:
name: resource_uri
description: URI locating the resource
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output
rank: 1000
owner: StageOutputRef
domain_of:
- StageOutput
- StageOutputRef
- DatasetRef
range: uri
checksum:
name: checksum
description: Checksum of the output file
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output
rank: 1000
owner: StageOutputRef
domain_of:
- StageOutput
- StageOutputRef
range: string
output_label:
name: output_label
description: Human-readable label
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/stage_output
rank: 1000
owner: StageOutputRef
domain_of:
- StageOutputRef
range: string