Skip to content

Class: ReactionProduct

A substance formed as a result of a chemical reaction, representing the end products generated from the transformation of reactants.

URI: hzb_metadata_schema:ReactionProduct

classDiagram class ReactionProduct click ReactionProduct href "../ReactionProduct" NamedEntity <|-- ReactionProduct click NamedEntity href "../NamedEntity" ReactionProduct : id ReactionProduct : iri ReactionProduct : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing Entity, NamedEntity
id 1
Uriorcurie
A unique identifier for a thing Entity
iri 0..1
String
Internationalized Resource Identifier Entity

Usages

used by used in type used
ReactionProductCollection entries range ReactionProduct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema

Mappings

Mapping Type Mapped Value
self hzb_metadata_schema:ReactionProduct
native hzb_metadata_schema:ReactionProduct

LinkML Source

Direct

name: ReactionProduct
description: A substance formed as a result of a chemical reaction, representing the
  end products  generated from the transformation of reactants.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity

Induced

name: ReactionProduct
description: A substance formed as a result of a chemical reaction, representing the
  end products  generated from the transformation of reactants.
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity
attributes:
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ReactionProduct
    domain_of:
    - Entity
    - NamedEntity
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ReactionProduct
    domain_of:
    - Entity
    range: uriorcurie
    required: true
  iri:
    name: iri
    description: Internationalized Resource Identifier
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: iri
    owner: ReactionProduct
    domain_of:
    - Entity
    range: string