Skip to content

Class: Simulation

_The data class 'Simulation' describes the minimum information which should be reported _

with research data for conducting simulations in the field of catalysis.

URI: catcore:Simulation

classDiagram class Simulation click Simulation href "../Simulation/" CatCoreEntity <|-- Simulation click CatCoreEntity href "../CatCoreEntity/" Simulation : calculated_property Simulation --> "1..*" CalculatedProperty : calculated_property click CalculatedProperty href "../CalculatedProperty/" Simulation : identifier Simulation : simulation_method Simulation --> "1..*" SimulationMethod : simulation_method click SimulationMethod href "../SimulationMethod/" Simulation : software_package

Inheritance

Slots

Name Cardinality and Range Description Inheritance
software_package 1..*
String
Software or package used for simulation direct
simulation_method 1..*
SimulationMethod
Simulation method used direct
calculated_property 1..*
CalculatedProperty
Property calculated from simulation 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:Simulation
native catcore:Simulation

LinkML Source

Direct

name: Simulation
description: "The data class 'Simulation' describes the minimum information which\
  \ should be reported \nwith research data for conducting simulations in the field\
  \ of catalysis."
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slots:
- software_package
- simulation_method
- calculated_property
slot_usage:
  software_package:
    name: software_package
    required: true
  simulation_method:
    name: simulation_method
    required: true
  calculated_property:
    name: calculated_property
    required: true

Induced

name: Simulation
description: "The data class 'Simulation' describes the minimum information which\
  \ should be reported \nwith research data for conducting simulations in the field\
  \ of catalysis."
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slot_usage:
  software_package:
    name: software_package
    required: true
  simulation_method:
    name: simulation_method
    required: true
  calculated_property:
    name: calculated_property
    required: true
attributes:
  software_package:
    name: software_package
    description: Software or package used for simulation
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:software_package
    alias: software_package
    owner: Simulation
    domain_of:
    - Simulation
    range: string
    required: true
    multivalued: true
  simulation_method:
    name: simulation_method
    description: Simulation method used
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:simulation_method
    alias: simulation_method
    owner: Simulation
    domain_of:
    - Simulation
    range: SimulationMethod
    required: true
    multivalued: true
  calculated_property:
    name: calculated_property
    description: Property calculated from simulation
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:calculated_property
    alias: calculated_property
    owner: Simulation
    domain_of:
    - Simulation
    range: CalculatedProperty
    required: true
    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: Simulation
    domain_of:
    - CatCoreEntity
    range: string