Skip to content

Class: ingredient role (IngredientRole)

A role that a chemical entity plays as an ingredient in a mixture, such as carbon source, buffer, or solvent.

URI: chemrof:IngredientRole

 classDiagram
    class IngredientRole
    click IngredientRole href "../IngredientRole/"
      ChemicalRole <|-- IngredientRole
        click ChemicalRole href "../ChemicalRole/"


      IngredientRole <|-- ElementSourceRole
        click ElementSourceRole href "../ElementSourceRole/"
      IngredientRole <|-- BufferRole
        click BufferRole href "../BufferRole/"
      IngredientRole <|-- SolventRole
        click SolventRole href "../SolventRole/"
      IngredientRole <|-- NutrientRole
        click NutrientRole href "../NutrientRole/"


      IngredientRole : owl_subclass_of





        IngredientRole --> "0..1" OwlClass : owl_subclass_of
        click OwlClass href "../OwlClass/"



      IngredientRole : role_type





        IngredientRole --> "0..1" IngredientRoleTypeEnum : role_type
        click IngredientRoleTypeEnum href "../IngredientRoleTypeEnum/"



      IngredientRole : source_element





        IngredientRole --> "0..1" ChemicalElement : source_element
        click ChemicalElement href "../ChemicalElement/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
source_element 0..1
ChemicalElement
The element that is provided by an element source role direct
role_type 0..1
IngredientRoleTypeEnum
The type of ingredient role direct
owl_subclass_of 0..1
OwlClass
Holds between C and P if C owl:subClassOf P OwlClass

Usages

used by used in type used
ProportionalPart has_ingredient_role range IngredientRole

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/chemrof

Mappings

Mapping Type Mapped Value
self chemrof:IngredientRole
native chemrof:IngredientRole

LinkML Source

Direct

name: IngredientRole
description: A role that a chemical entity plays as an ingredient in a mixture, such
  as carbon source, buffer, or solvent.
title: ingredient role
from_schema: https://w3id.org/chemrof
is_a: ChemicalRole
slots:
- source_element
attributes:
  role_type:
    name: role_type
    description: The type of ingredient role.
    from_schema: https://w3id.org/chemrof
    rank: 1000
    domain_of:
    - IngredientRole
    range: IngredientRoleTypeEnum

Induced

name: IngredientRole
description: A role that a chemical entity plays as an ingredient in a mixture, such
  as carbon source, buffer, or solvent.
title: ingredient role
from_schema: https://w3id.org/chemrof
is_a: ChemicalRole
attributes:
  role_type:
    name: role_type
    description: The type of ingredient role.
    from_schema: https://w3id.org/chemrof
    rank: 1000
    alias: role_type
    owner: IngredientRole
    domain_of:
    - IngredientRole
    range: IngredientRoleTypeEnum
  source_element:
    name: source_element
    description: The element that is provided by an element source role. For example,
      carbon for a carbon source, nitrogen for a nitrogen source.
    title: source element
    from_schema: https://w3id.org/chemrof
    rank: 1000
    alias: source_element
    owner: IngredientRole
    domain_of:
    - IngredientRole
    range: ChemicalElement
  owl_subclass_of:
    name: owl_subclass_of
    description: 'Holds between C and P if C owl:subClassOf P. Note that in this model,
      most classes are metaclasses (see ''owl class''), where these metaclasses may
      represent *groupings* or specific countable elements or species. We provide
      two different sub-properties of subclass of for two cases: (1) subtype_of, which
      connects grouping classes (e.g. alkane is_a hydrocarbon; alpha-amino-acid is_a
      amino-acid), (2) classified_by, which connects a specific element to a grouping
      class (e.g. methane is_a hydrocarbon; iron is_a metal; serine is_a amino-acid)'
    title: owl subclass of
    from_schema: https://w3id.org/chemrof
    aliases:
    - is a
    exact_mappings:
    - rdfs:subClassOf
    narrow_mappings:
    - bo:family
    rank: 1000
    is_a: classification_relationship
    mixin: true
    domain: OwlClass
    alias: owl_subclass_of
    owner: IngredientRole
    domain_of:
    - OwlClass
    range: OwlClass