Skip to content

Class: Precursor

Precursor material used in catalyst synthesis

URI: catcore:Precursor

classDiagram class Precursor click Precursor href "../Precursor/" CatCoreEntity <|-- Precursor click CatCoreEntity href "../CatCoreEntity/" Precursor : identifier Precursor : precursor_quantity

Inheritance

Slots

Name Cardinality and Range Description Inheritance
precursor_quantity 1..*
Float
Quantity of precursor used direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Usages

used by used in type used
Synthesis precursor range Precursor

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/catcore

Mappings

Mapping Type Mapped Value
self catcore:Precursor
native catcore:Precursor

LinkML Source

Direct

name: Precursor
description: Precursor material used in catalyst synthesis
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slots:
- precursor_quantity
slot_usage:
  precursor_quantity:
    name: precursor_quantity
    required: true

Induced

name: Precursor
description: Precursor material used in catalyst synthesis
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slot_usage:
  precursor_quantity:
    name: precursor_quantity
    required: true
attributes:
  precursor_quantity:
    name: precursor_quantity
    description: Quantity of precursor used
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:precursor_quantity
    alias: precursor_quantity
    owner: Precursor
    domain_of:
    - Precursor
    range: float
    required: true
    multivalued: true
    unit:
      ucum_code: g
  identifier:
    name: identifier
    description: Unique identifier for the entity
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:identifier
    alias: identifier
    owner: Precursor
    domain_of:
    - CatCoreEntity
    range: string