Skip to content

Class: Dataset

Represents a Dataset

URI: michi:Dataset

classDiagram class Dataset click Dataset href "../Dataset" MinimalMetadataMixin <|-- Dataset click MinimalMetadataMixin href "../MinimalMetadataMixin" Dataset : description Dataset : id Dataset : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A property to provide the unique identifier for a thing MinimalMetadataMixin
name 0..1
String
A property to provide the human-readable name for a thing MinimalMetadataMixin
description 0..1
String
A property to provide the human-readable description for a thing MinimalMetadataMixin

Usages

used by used in type used
DatasetCollection entries range Dataset

Comments

  • PS: wasn't discussed in the Halle Metadatathon

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/NFDI4Chem/MIChI

Mappings

Mapping Type Mapped Value
self michi:Dataset
native michi:Dataset

LinkML Source

Direct

name: Dataset
description: Represents a Dataset
comments:
- 'PS: wasn''t discussed in the Halle Metadatathon'
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin

Induced

name: Dataset
description: Represents a Dataset
comments:
- 'PS: wasn''t discussed in the Halle Metadatathon'
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
attributes:
  id:
    name: id
    description: A property to provide the unique identifier for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:identifier
    identifier: true
    alias: id
    owner: Dataset
    domain_of:
    - MinimalMetadataMixin
    range: uriorcurie
    required: true
  name:
    name: name
    description: A property to provide the human-readable name for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:title
    alias: name
    owner: Dataset
    domain_of:
    - MinimalMetadataMixin
    range: string
  description:
    name: description
    description: A property to provide the human-readable description for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: Dataset
    domain_of:
    - MinimalMetadataMixin
    range: string