Skip to content

Class: ReactionParticipant

Instances of this link a reaction to a chemical entity participant

URI: nmdc:ReactionParticipant

classDiagram class ReactionParticipant click ReactionParticipant href "../ReactionParticipant" ReactionParticipant : chemical ReactionParticipant --> "0..1" ChemicalEntity : chemical click ChemicalEntity href "../ChemicalEntity" ReactionParticipant : stoichiometry

Slots

Name Cardinality and Range Description Inheritance
chemical 0..1
ChemicalEntity
from reaction participant class direct
stoichiometry 0..1
Integer
from reaction participant class direct

Usages

used by used in type used
Reaction left_participants range ReactionParticipant
Reaction right_participants range ReactionParticipant
ReactionParticipant chemical domain ReactionParticipant

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:ReactionParticipant
native nmdc:ReactionParticipant

LinkML Source

Direct

name: ReactionParticipant
description: Instances of this link a reaction to a chemical entity participant
from_schema: https://w3id.org/nmdc/nmdc
slots:
- chemical
- stoichiometry

Induced

name: ReactionParticipant
description: Instances of this link a reaction to a chemical entity participant
from_schema: https://w3id.org/nmdc/nmdc
attributes:
  chemical:
    name: chemical
    description: from reaction participant class
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    domain: ReactionParticipant
    alias: chemical
    owner: ReactionParticipant
    domain_of:
    - ReactionParticipant
    range: ChemicalEntity
  stoichiometry:
    name: stoichiometry
    description: from reaction participant class
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: stoichiometry
    owner: ReactionParticipant
    domain_of:
    - ReactionParticipant
    range: integer