Skip to content

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/stages/search

Mappings

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

LinkML Source

Direct

name: DatasetRef
description: External dataset reference.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
slots:
- kind
- dataset_name
- resource_uri
- snapshot_hash
- license
- notes
slot_usage:
  kind:
    name: kind
    range: DatasetKind

Induced

name: DatasetRef
description: External dataset reference.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
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/stages/search
    rank: 1000
    alias: kind
    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/stages/search
    rank: 1000
    alias: dataset_name
    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/stages/search
    rank: 1000
    alias: resource_uri
    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/stages/search
    rank: 1000
    alias: snapshot_hash
    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/stages/search
    rank: 1000
    alias: license
    owner: DatasetRef
    domain_of:
    - DatasetRef
    range: string
  notes:
    name: notes
    description: Additional notes
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    alias: notes
    owner: DatasetRef
    domain_of:
    - DatasetRef
    range: string