Skip to content

Class: CatCore

_The CatCore describes the minimum information which must be reported with research data _

concerning the field of catalysis.

URI: catcore:CatCore

classDiagram class CatCore click CatCore href "../CatCore/" CatCoreEntity <|-- CatCore click CatCoreEntity href "../CatCoreEntity/" CatCore : active_site CatCore : catalysis_research_field CatCore --> "1" CatalysisResearchFieldEnum : catalysis_research_field click CatalysisResearchFieldEnum href "../CatalysisResearchFieldEnum/" CatCore : identifier CatCore : reaction_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
catalysis_research_field 1
CatalysisResearchFieldEnum
Field of catalysis research direct
reaction_type 1
String
Type of reaction direct
active_site 0..1 recommended
String
Active site of the catalyst direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CatCore
description: "The CatCore describes the minimum information which must be reported\
  \ with research data \nconcerning the field of catalysis."
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slots:
- catalysis_research_field
- reaction_type
- active_site
slot_usage:
  catalysis_research_field:
    name: catalysis_research_field
    required: true
    multivalued: false
  reaction_type:
    name: reaction_type
    required: true
    multivalued: false
  active_site:
    name: active_site
    required: false
    multivalued: false

Induced

name: CatCore
description: "The CatCore describes the minimum information which must be reported\
  \ with research data \nconcerning the field of catalysis."
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slot_usage:
  catalysis_research_field:
    name: catalysis_research_field
    required: true
    multivalued: false
  reaction_type:
    name: reaction_type
    required: true
    multivalued: false
  active_site:
    name: active_site
    required: false
    multivalued: false
attributes:
  catalysis_research_field:
    name: catalysis_research_field
    description: Field of catalysis research
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0000196
    alias: catalysis_research_field
    owner: CatCore
    domain_of:
    - CatCore
    range: CatalysisResearchFieldEnum
    required: true
    multivalued: false
  reaction_type:
    name: reaction_type
    description: Type of reaction
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0007010
    alias: reaction_type
    owner: CatCore
    domain_of:
    - CatCore
    range: string
    required: true
    multivalued: false
  active_site:
    name: active_site
    description: Active site of the catalyst
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0007006
    alias: active_site
    owner: CatCore
    domain_of:
    - CatCore
    range: string
    required: false
    recommended: true
    multivalued: false
  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: CatCore
    domain_of:
    - CatCoreEntity
    range: string