Skip to content

Class: ClimateModel

URI: linkml_common:ClimateModel

classDiagram class ClimateModel click ClimateModel href "../ClimateModel" Simulation <|-- ClimateModel click Simulation href "../Simulation" ClimateModel : models ClimateModel --> "0..1" Climate : models click Climate href "../Climate" ClimateModel : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
models 0..1
Climate
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:ClimateModel
native linkml_common:ClimateModel

LinkML Source

Direct

name: ClimateModel
from_schema: https://w3id.org/linkml/linkml-common
is_a: Simulation
slot_usage:
  models:
    name: models
    domain_of:
    - Model
    range: Climate

Induced

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