Skip to content

Class: ProductIdentificationMethod

Method used for product identification

  • NOTE: this is an abstract class and should not be instantiated directly

URI: catcore:ProductIdentificationMethod

classDiagram class ProductIdentificationMethod click ProductIdentificationMethod href "../ProductIdentificationMethod/" CatCoreEntity <|-- ProductIdentificationMethod click CatCoreEntity href "../CatCoreEntity/" ProductIdentificationMethod : equipment ProductIdentificationMethod : identifier

Inheritance

Slots

Name Cardinality and Range Description Inheritance
equipment *
String
Equipment used direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Usages

used by used in type used
Reaction product_identification_method range ProductIdentificationMethod

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ProductIdentificationMethod
description: Method used for product identification
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
slots:
- equipment

Induced

name: ProductIdentificationMethod
description: Method used for product identification
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
attributes:
  equipment:
    name: equipment
    description: Equipment used
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0000187
    alias: equipment
    owner: ProductIdentificationMethod
    domain_of:
    - Solvothermal
    - PlasmaAssisted
    - CombustionSynthesis
    - MicrowaveAssisted
    - MechanochemicalSynthesis
    - Characterization
    - ProductIdentificationMethod
    range: string
    multivalued: true
  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: ProductIdentificationMethod
    domain_of:
    - CatCoreEntity
    range: string