Skip to content

Class: CatCoreEntity

Root class for all CatCore entities

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

URI: catcore:CatCoreEntity

classDiagram class CatCoreEntity click CatCoreEntity href "../CatCoreEntity/" CatCoreEntity <|-- CatCore click CatCore href "../CatCore/" CatCoreEntity <|-- Synthesis click Synthesis href "../Synthesis/" CatCoreEntity <|-- Precursor click Precursor href "../Precursor/" CatCoreEntity <|-- PreparationMethod click PreparationMethod href "../PreparationMethod/" CatCoreEntity <|-- Characterization click Characterization href "../Characterization/" CatCoreEntity <|-- CharacterizationTechnique click CharacterizationTechnique href "../CharacterizationTechnique/" CatCoreEntity <|-- Reaction click Reaction href "../Reaction/" CatCoreEntity <|-- ReactorDesignType click ReactorDesignType href "../ReactorDesignType/" CatCoreEntity <|-- OperationParameters click OperationParameters href "../OperationParameters/" CatCoreEntity <|-- ProductIdentificationMethod click ProductIdentificationMethod href "../ProductIdentificationMethod/" CatCoreEntity <|-- Simulation click Simulation href "../Simulation/" CatCoreEntity <|-- SimulationMethod click SimulationMethod href "../SimulationMethod/" CatCoreEntity <|-- CalculatedProperty click CalculatedProperty href "../CalculatedProperty/" CatCoreEntity : identifier

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 0..1
String
Unique identifier for the entity direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CatCoreEntity
description: Root class for all CatCore entities
from_schema: https://w3id.org/nfdi4cat/catcore
abstract: true
slots:
- identifier

Induced

name: CatCoreEntity
description: Root class for all CatCore entities
from_schema: https://w3id.org/nfdi4cat/catcore
abstract: true
attributes:
  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: CatCoreEntity
    domain_of:
    - CatCoreEntity
    range: string