Skip to content

Class: Dataset

URI: linkml_common:Dataset

classDiagram class Dataset click Dataset href "../Dataset" CreationMetadata <|-- Dataset click CreationMetadata href "../CreationMetadata" InformationEntity <|-- Dataset click InformationEntity href "../InformationEntity" Dataset : abstract Dataset : collected_as_part_of Dataset --> "*" Investigation : collected_as_part_of click Investigation href "../Investigation" Dataset : contacts Dataset --> "*" PhysicalEntity : contacts click PhysicalEntity href "../PhysicalEntity" Dataset : contributors Dataset --> "*" PhysicalEntity : contributors click PhysicalEntity href "../PhysicalEntity" Dataset : creators Dataset --> "*" PhysicalEntity : creators click PhysicalEntity href "../PhysicalEntity" Dataset : describes Dataset --> "0..1" Any : describes click Any href "../Any" Dataset : id Dataset : keywords Dataset : name Dataset : rights Dataset : title Dataset : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
collected_as_part_of *
Investigation
direct
title 0..1
String
The title of the item CreationMetadata
abstract 0..1
String
A summary of the item CreationMetadata
rights 0..1
String
Information about rights held in and over the item CreationMetadata
creators *
PhysicalEntity
The person or organization who created the work CreationMetadata
contributors *
PhysicalEntity
A person or organization that contributed to the creation of the work CreationMetadata
contacts *
PhysicalEntity
A contact point for a person or organization CreationMetadata
keywords *
String
Keywords or tags used to describe this item CreationMetadata
describes 0..1
Any
The thing that is being described InformationEntity
id 1
Uriorcurie
A unique identifier for a thing Identified
name 0..1
String
A human-readable name for a thing Identified
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
PredictionSummaryStatistics uses_dataset range Dataset

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

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

LinkML Source

Direct

name: Dataset
from_schema: https://w3id.org/linkml/linkml-common
is_a: InformationEntity
mixins:
- CreationMetadata
attributes:
  collected_as_part_of:
    name: collected_as_part_of
    from_schema: https://w3id.org/linkml-common/datasets
    rank: 1000
    domain_of:
    - Dataset
    range: Investigation
    multivalued: true

Induced

name: Dataset
from_schema: https://w3id.org/linkml/linkml-common
is_a: InformationEntity
mixins:
- CreationMetadata
attributes:
  collected_as_part_of:
    name: collected_as_part_of
    from_schema: https://w3id.org/linkml-common/datasets
    rank: 1000
    alias: collected_as_part_of
    owner: Dataset
    domain_of:
    - Dataset
    range: Investigation
    multivalued: true
  title:
    name: title
    description: The title of the item
    from_schema: https://w3id.org/linkml-common/social
    exact_mappings:
    - dcterms:title
    rank: 1000
    alias: title
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  abstract:
    name: abstract
    description: A summary of the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: abstract
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  rights:
    name: rights
    description: Information about rights held in and over the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: rights
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  creators:
    name: creators
    description: The person or organization who created the work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:creator
    alias: creators
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contributors:
    name: contributors
    description: A person or organization that contributed to the creation of the
      work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:contributor
    alias: contributors
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contacts:
    name: contacts
    description: A contact point for a person or organization
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:contactPoint
    alias: contacts
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  keywords:
    name: keywords
    description: Keywords or tags used to describe this item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:keywords
    alias: keywords
    owner: Dataset
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
    multivalued: true
  describes:
    name: describes
    description: The thing that is being described
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:describes
    alias: describes
    owner: Dataset
    domain_of:
    - InformationEntity
    range: Any
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Dataset
    domain_of:
    - Identified
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    exact_mappings:
    - rdfs:label
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Dataset
    domain_of:
    - Identified
    range: string
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Dataset
    domain_of:
    - Typed
    range: string