Skip to content

Class: Dataset

A dataset related to an OAE experiment. Generally following guidelines & best practices as outlined in science-on-schema.org

URI: oae:Dataset

classDiagram class Dataset click Dataset href "../Dataset" Dataset : description Dataset : identifier Dataset : name Dataset : spatial_coverage Dataset : temporal_coverage Dataset : url

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A narrative description of the thing direct
name 0..1
String
A human-readable name for the thing direct
identifier 0..1
Doi
A unique identifier for the thing direct
url 0..1
String
Location of a page describing the dataset direct
temporal_coverage 0..1
String
The temporal coverage of the dataset direct
spatial_coverage 0..1
String
The spatial coverage of the dataset direct

Usages

used by used in type used
Experiment datasets range Dataset
Intervention datasets range Dataset
ModelSimulation datasets range Dataset

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:Dataset
native oae:Dataset
exact schema:Dataset, dcat:Dataset

LinkML Source

Direct

name: Dataset
description: A dataset related to an OAE experiment. Generally following guidelines
  & best practices as outlined in [science-on-schema.org](https://github.com/ESIPFed/science-on-schema.org/blob/main/guides/Dataset.md)
from_schema: OAEDataManagementProtocol
exact_mappings:
- schema:Dataset
- dcat:Dataset
slots:
- description
- name
- identifier
slot_usage:
  identifier:
    name: identifier
    range: Doi
attributes:
  url:
    name: url
    description: Location of a page describing the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:url
    domain_of:
    - Dataset
    range: string
  temporal_coverage:
    name: temporal_coverage
    description: The temporal coverage of the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:temporalCoverage
    domain_of:
    - Dataset
    range: string
  spatial_coverage:
    name: spatial_coverage
    description: The spatial coverage of the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:spatialCoverage
    domain_of:
    - Dataset
    range: string

Induced

name: Dataset
description: A dataset related to an OAE experiment. Generally following guidelines
  & best practices as outlined in [science-on-schema.org](https://github.com/ESIPFed/science-on-schema.org/blob/main/guides/Dataset.md)
from_schema: OAEDataManagementProtocol
exact_mappings:
- schema:Dataset
- dcat:Dataset
slot_usage:
  identifier:
    name: identifier
    range: Doi
attributes:
  url:
    name: url
    description: Location of a page describing the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Dataset
    domain_of:
    - Dataset
    range: string
  temporal_coverage:
    name: temporal_coverage
    description: The temporal coverage of the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:temporalCoverage
    alias: temporal_coverage
    owner: Dataset
    domain_of:
    - Dataset
    range: string
  spatial_coverage:
    name: spatial_coverage
    description: The spatial coverage of the dataset.
    from_schema: Dataset
    rank: 1000
    slot_uri: schema:spatialCoverage
    alias: spatial_coverage
    owner: Dataset
    domain_of:
    - Dataset
    range: string
  description:
    name: description
    description: A narrative description of the thing.
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: description
    owner: Dataset
    domain_of:
    - OAEProject
    - Dataset
    - Experiment
    - ModelComponent
    range: string
  name:
    name: name
    description: A human-readable name for the thing.
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: name
    owner: Dataset
    domain_of:
    - Dataset
    - ModelComponent
    range: string
  identifier:
    name: identifier
    description: A unique identifier for the thing
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: identifier
    owner: Dataset
    domain_of:
    - Dataset
    range: Doi