Class: DatasetRef¶
External dataset reference.
URI: revaise:DatasetRef
```mermaid classDiagram class DatasetRef click DatasetRef href "../DatasetRef/" DatasetRef : dataset_name
DatasetRef : kind
DatasetRef --> "0..1" DatasetKind : kind
click DatasetKind href "../DatasetKind/"
DatasetRef : license
DatasetRef : notes
DatasetRef : resource_uri
DatasetRef : snapshot_hash
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| kind | 0..1 DatasetKind |
Kind or type of stage output | direct |
| dataset_name | 0..1 String |
Name of the dataset | direct |
| resource_uri | 0..1 Uri |
URI locating the resource | direct |
| snapshot_hash | 0..1 String |
Checksum of the dataset snapshot | direct |
| license | 0..1 String |
License governing the dataset | direct |
| notes | 0..1 String |
Additional notes | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:DatasetRef |
| native | revaise:DatasetRef |
LinkML Source¶
Direct¶
Induced¶
name: DatasetRef
description: External dataset reference.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
kind:
name: kind
range: DatasetKind
attributes:
kind:
name: kind
description: Kind or type of stage output
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- StageOutput
- DatasetRef
range: DatasetKind
dataset_name:
name: dataset_name
description: Name of the dataset
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- DatasetRef
range: string
resource_uri:
name: resource_uri
description: URI locating the resource
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- StageOutput
- StageOutputRef
- DatasetRef
range: uri
snapshot_hash:
name: snapshot_hash
description: Checksum of the dataset snapshot
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- DatasetRef
range: string
license:
name: license
description: License governing the dataset
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- DatasetRef
range: string
notes:
name: notes
description: Additional notes
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: DatasetRef
domain_of:
- DatasetRef
range: string