Skip to content

Class: StageOutputRef

Reference to a stage output in this or another RevAIse bundle.

URI: revaise: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/participant

Mappings

Mapping Type Mapped Value
self revaise:StageOutputRef
native revaise:StageOutputRef

LinkML Source

Direct

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/participant
slots:
- resource_uri
- checksum
- output_label

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/participant
attributes:
  resource_uri:
    name: resource_uri
    description: URI locating the resource
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/participant
    rank: 1000
    alias: resource_uri
    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/participant
    rank: 1000
    alias: checksum
    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/participant
    rank: 1000
    alias: output_label
    owner: StageOutputRef
    domain_of:
    - StageOutputRef
    range: string