Class: Simulation
classDiagram
class Simulation
click Simulation href "../Simulation"
ComputationalModel <|-- Simulation
click ComputationalModel href "../ComputationalModel"
Simulation <|-- ClimateModel
click ClimateModel href "../ClimateModel"
Simulation : models
Simulation --> "0..1" Entity : models
click Entity href "../Entity"
Simulation : type
Inheritance
- Entity [ Typed]
- Intangible
- ComputationalModel [ Model]
- Simulation
- ComputationalModel [ Model]
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
models | 0..1 Entity |
Model | |
type | 0..1 String |
A type for a thing | Typed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Simulation |
native | linkml_common:Simulation |
LinkML Source
Direct
name: Simulation
from_schema: https://w3id.org/linkml/linkml-common
is_a: ComputationalModel
Induced
name: Simulation
from_schema: https://w3id.org/linkml/linkml-common
is_a: ComputationalModel
attributes:
models:
name: models
from_schema: https://w3id.org/linkml-common/investigations
rank: 1000
alias: models
owner: Simulation
domain_of:
- Model
range: Entity
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Simulation
domain_of:
- Typed
range: string