Class: ChemicalReaction
A process between multiple chemical entities of a different kind.
classDiagram
class ChemicalReaction
click ChemicalReaction href "../ChemicalReaction"
MinimalMetadataMixin <|-- ChemicalReaction
click MinimalMetadataMixin href "../MinimalMetadataMixin"
ChemicalReaction : description
ChemicalReaction : id
ChemicalReaction : name
Inheritance
- ChemicalReaction [ MinimalMetadataMixin]
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 |
TODOs
- improve description
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/NFDI4Chem/MIChI
Mappings
Mapping Type | Mapped Value |
---|---|
self | michi:ChemicalReaction |
native | michi:ChemicalReaction |
LinkML Source
Direct
name: ChemicalReaction
description: A process between multiple chemical entities of a different kind.
todos:
- improve description
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
Induced
name: ChemicalReaction
description: A process between multiple chemical entities of a different kind.
todos:
- improve description
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: ChemicalReaction
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: ChemicalReaction
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: ChemicalReaction
domain_of:
- MinimalMetadataMixin
range: string