Skip to content

Class: ComputationalModel

URI: linkml_common:ComputationalModel

classDiagram class ComputationalModel click ComputationalModel href "../ComputationalModel" Model <|-- ComputationalModel click Model href "../Model" Intangible <|-- ComputationalModel click Intangible href "../Intangible" ComputationalModel <|-- Simulation click Simulation href "../Simulation" ComputationalModel <|-- DigitalTwin click DigitalTwin href "../DigitalTwin" ComputationalModel : models ComputationalModel --> "0..1" Entity : models click Entity href "../Entity" ComputationalModel : type

Inheritance

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:ComputationalModel
native linkml_common:ComputationalModel

LinkML Source

Direct

name: ComputationalModel
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
mixins:
- Model

Induced

name: ComputationalModel
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
mixins:
- Model
attributes:
  models:
    name: models
    from_schema: https://w3id.org/linkml-common/investigations
    rank: 1000
    alias: models
    owner: ComputationalModel
    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: ComputationalModel
    domain_of:
    - Typed
    range: string