Skip to content

Class: ProcedureConfiguration

URI: comet:ProcedureConfiguration

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
parameters *
AttributeValue
State

Usages

used by used in type used
Observation procedure_configuration range ProcedureConfiguration

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ProcedureConfiguration
from_schema: https://w3id.org/comet
is_a: State

Induced

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