Skip to content

Class: State

URI: comet:State

classDiagram class State click State href "../State" Intangible <|-- State click Intangible href "../Intangible" State <|-- ProcedureConfiguration click ProcedureConfiguration href "../ProcedureConfiguration" State : parameters State --> "*" AttributeValue : parameters click AttributeValue href "../AttributeValue"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
parameters *
AttributeValue
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/comet

Mappings

Mapping Type Mapped Value
self comet:State
native comet:State

LinkML Source

Direct

name: State
from_schema: https://w3id.org/comet
is_a: Intangible
attributes:
  parameters:
    name: parameters
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - State
    range: AttributeValue
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: State
from_schema: https://w3id.org/comet
is_a: Intangible
attributes:
  parameters:
    name: parameters
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: parameters
    owner: State
    domain_of:
    - State
    range: AttributeValue
    multivalued: true
    inlined: true
    inlined_as_list: true