Skip to content

Class: MineralComponent

A single mineral component within a feedstock, with name and optional percentage. Mineral names may correspond to mindat.org entries.

URI: erw:MineralComponent

 classDiagram
    class MineralComponent
    click MineralComponent href "../MineralComponent/"
      MineralComponent : mineral_name

      MineralComponent : percentage


Slots

Name Cardinality and Range Description Inheritance
mineral_name 1
String
Name of the mineral (e direct
percentage 0..1
Float
Percentage of this mineral in the feedstock direct

Usages

used by used in type used
FeedstockCharacteristics mineralogy range MineralComponent

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

Mappings

Mapping Type Mapped Value
self erw:MineralComponent
native erw:MineralComponent

LinkML Source

Direct

name: MineralComponent
description: A single mineral component within a feedstock, with name and optional
  percentage. Mineral names may correspond to mindat.org entries.
from_schema: https://w3id.org/erw-research/schema
attributes:
  mineral_name:
    name: mineral_name
    description: Name of the mineral (e.g., plagioclase, pyroxene, olivine). May correspond
      to a mindat.org identifier.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - MineralComponent
    required: true
  percentage:
    name: percentage
    description: Percentage of this mineral in the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - MineralComponent
    range: float
    minimum_value: 0.0
    maximum_value: 100.0

Induced

name: MineralComponent
description: A single mineral component within a feedstock, with name and optional
  percentage. Mineral names may correspond to mindat.org entries.
from_schema: https://w3id.org/erw-research/schema
attributes:
  mineral_name:
    name: mineral_name
    description: Name of the mineral (e.g., plagioclase, pyroxene, olivine). May correspond
      to a mindat.org identifier.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: mineral_name
    owner: MineralComponent
    domain_of:
    - MineralComponent
    range: string
    required: true
  percentage:
    name: percentage
    description: Percentage of this mineral in the feedstock.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: percentage
    owner: MineralComponent
    domain_of:
    - MineralComponent
    range: float
    minimum_value: 0.0
    maximum_value: 100.0