Skip to content

Class: MetricsDatasetCollection

A collection of microscope-metrics datasets

URI: microscopemetrics_schema:MetricsDatasetCollection

classDiagram class MetricsDatasetCollection click MetricsDatasetCollection href "../MetricsDatasetCollection" MetricsObject <|-- MetricsDatasetCollection click MetricsObject href "../MetricsObject" MetricsDatasetCollection <|-- HarmonizedMetricsDatasetCollection click HarmonizedMetricsDatasetCollection href "../HarmonizedMetricsDatasetCollection" MetricsDatasetCollection : data_reference MetricsDatasetCollection --> "0..1" DataReference : data_reference click DataReference href "../DataReference" MetricsDatasetCollection : dataset_collection MetricsDatasetCollection --> "*" MetricsDataset : dataset_collection click MetricsDataset href "../MetricsDataset" MetricsDatasetCollection : description MetricsDatasetCollection : linked_references MetricsDatasetCollection --> "*" DataReference : linked_references click DataReference href "../DataReference" MetricsDatasetCollection : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
dataset_collection *
MetricsDataset
The datasets of the collection direct
data_reference 0..1
DataReference
A reference to the data MetricsObject
linked_references *
DataReference
A list of linked references MetricsObject
name 0..1
String
The human readable name of an entity NamedObject
description 0..1
String
A human readable description of an entity NamedObject

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:MetricsDatasetCollection
native microscopemetrics_schema:MetricsDatasetCollection

LinkML Source

Direct

name: MetricsDatasetCollection
description: A collection of microscope-metrics datasets
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsObject
attributes:
  dataset_collection:
    name: dataset_collection
    description: The datasets of the collection
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    domain_of:
    - MetricsDatasetCollection
    range: MetricsDataset
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: MetricsDatasetCollection
description: A collection of microscope-metrics datasets
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsObject
attributes:
  dataset_collection:
    name: dataset_collection
    description: The datasets of the collection
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: dataset_collection
    owner: MetricsDatasetCollection
    domain_of:
    - MetricsDatasetCollection
    range: MetricsDataset
    multivalued: true
    inlined: true
    inlined_as_list: true
  data_reference:
    name: data_reference
    description: A reference to the data
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: data_reference
    owner: MetricsDatasetCollection
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: false
  linked_references:
    name: linked_references
    description: A list of linked references
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: linked_references
    owner: MetricsDatasetCollection
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  name:
    name: name
    description: The human readable name of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: name
    owner: MetricsDatasetCollection
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A human readable description of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: description
    owner: MetricsDatasetCollection
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false