Skip to content

Class: Model

URI: linkml_common:Model

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

Slots

Name Cardinality and Range Description Inheritance
models 0..1
Entity
direct

Mixin Usage

mixed into description
ComputationalModel

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Model
native linkml_common:Model

LinkML Source

Direct

name: Model
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  models:
    name: models
    from_schema: https://w3id.org/linkml-common/investigations
    rank: 1000
    domain_of:
    - Model
    range: Entity

Induced

name: Model
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  models:
    name: models
    from_schema: https://w3id.org/linkml-common/investigations
    rank: 1000
    alias: models
    owner: Model
    domain_of:
    - Model
    range: Entity