Skip to content

Class: MinimalMetadataMixin

A mixin with the minimal required slots of a class in this schema.

URI: michi:MinimalMetadataMixin

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

Slots

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

Mixin Usage

mixed into description
Dataset Represents a Dataset
MaterialEntity Material entities are three-dimensional entities (entities extended in three ...
PlannedProcess A process that is executed according to some plan or protocol
ChemicalReaction A process between multiple chemical entities of a different kind

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MinimalMetadataMixin
description: A mixin with the minimal required slots of a class in this schema.
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixin: true
slots:
- id
- name
- description

Induced

name: MinimalMetadataMixin
description: A mixin with the minimal required slots of a class in this schema.
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixin: true
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: MinimalMetadataMixin
    domain_of:
    - MinimalMetadataMixin
    range: uriorcurie
  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: MinimalMetadataMixin
    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: MinimalMetadataMixin
    domain_of:
    - MinimalMetadataMixin
    range: string