Skip to content

Class: ComputationalPlannedProcess

Application of a mathematical operation to one or more inputs to produce one or more outputs

URI: linkml_common:ComputationalPlannedProcess

classDiagram class ComputationalPlannedProcess click ComputationalPlannedProcess href "../ComputationalPlannedProcess" PlannedProcess <|-- ComputationalPlannedProcess click PlannedProcess href "../PlannedProcess" ComputationalPlannedProcess : ends_at ComputationalPlannedProcess --> "0..1" TimePoint : ends_at click TimePoint href "../TimePoint" ComputationalPlannedProcess : follows_procedure ComputationalPlannedProcess --> "0..1" Procedure : follows_procedure click Procedure href "../Procedure" ComputationalPlannedProcess : happens_at ComputationalPlannedProcess --> "0..1" TimePoint : happens_at click TimePoint href "../TimePoint" ComputationalPlannedProcess : has_duration ComputationalPlannedProcess --> "0..1" Duration : has_duration click Duration href "../Duration" ComputationalPlannedProcess : has_interval ComputationalPlannedProcess --> "0..1" TemporalInterval : has_interval click TemporalInterval href "../TemporalInterval" ComputationalPlannedProcess : id ComputationalPlannedProcess : immediate_preceding_steps ComputationalPlannedProcess --> "*" ComputationalPlannedProcess : immediate_preceding_steps click ComputationalPlannedProcess href "../ComputationalPlannedProcess" ComputationalPlannedProcess : inputs ComputationalPlannedProcess --> "*" Any : inputs click Any href "../Any" ComputationalPlannedProcess : is_ongoing_as_of ComputationalPlannedProcess --> "0..1" TimePoint : is_ongoing_as_of click TimePoint href "../TimePoint" ComputationalPlannedProcess : name ComputationalPlannedProcess : outputs ComputationalPlannedProcess --> "*" Any : outputs click Any href "../Any" ComputationalPlannedProcess : parts ComputationalPlannedProcess --> "*" ComputationalPlannedProcess : parts click ComputationalPlannedProcess href "../ComputationalPlannedProcess" ComputationalPlannedProcess : starts_at ComputationalPlannedProcess --> "0..1" TimePoint : starts_at click TimePoint href "../TimePoint" ComputationalPlannedProcess : type ComputationalPlannedProcess : uses_configuration ComputationalPlannedProcess --> "0..1" PlannedProcessConfiguration : uses_configuration click PlannedProcessConfiguration href "../PlannedProcessConfiguration" ComputationalPlannedProcess : uses_physical_device ComputationalPlannedProcess --> "0..1" PhysicalDevice : uses_physical_device click PhysicalDevice href "../PhysicalDevice"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
inputs *
Any
The inputs to the operation direct
outputs *
Any
The outputs of the operation direct
parts *
ComputationalPlannedProcess
The parts of the process direct
immediate_preceding_steps *
ComputationalPlannedProcess
The steps that immediately precede this step direct
follows_procedure 0..1
Procedure
PlannedProcess
uses_physical_device 0..1
PhysicalDevice
PlannedProcess
uses_configuration 0..1
PlannedProcessConfiguration
PlannedProcess
starts_at 0..1
TimePoint
Event
ends_at 0..1
TimePoint
Event
happens_at 0..1
TimePoint
Event
has_interval 0..1
TemporalInterval
Event
has_duration 0..1
Duration
Event
is_ongoing_as_of 0..1
TimePoint
Event
id 1
Uriorcurie
A unique identifier for a thing Identified
name 0..1
String
A human-readable name for a thing Identified
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
ComputationalPlannedProcess parts range ComputationalPlannedProcess
ComputationalPlannedProcess immediate_preceding_steps range ComputationalPlannedProcess

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ComputationalPlannedProcess
description: Application of a mathematical operation to one or more inputs to produce
  one or more outputs
from_schema: https://w3id.org/linkml/linkml-common
is_a: PlannedProcess
attributes:
  inputs:
    name: inputs
    description: The inputs to the operation
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    domain_of:
    - ComputationalPlannedProcess
    range: Any
    multivalued: true
  outputs:
    name: outputs
    description: The outputs of the operation
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    domain_of:
    - ComputationalPlannedProcess
    range: Any
    multivalued: true
  parts:
    name: parts
    description: The parts of the process
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    domain_of:
    - ComputationalPlannedProcess
    range: ComputationalPlannedProcess
    multivalued: true
  immediate_preceding_steps:
    name: immediate_preceding_steps
    description: The steps that immediately precede this step
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    domain_of:
    - ComputationalPlannedProcess
    range: ComputationalPlannedProcess
    multivalued: true

Induced

name: ComputationalPlannedProcess
description: Application of a mathematical operation to one or more inputs to produce
  one or more outputs
from_schema: https://w3id.org/linkml/linkml-common
is_a: PlannedProcess
attributes:
  inputs:
    name: inputs
    description: The inputs to the operation
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: inputs
    owner: ComputationalPlannedProcess
    domain_of:
    - ComputationalPlannedProcess
    range: Any
    multivalued: true
  outputs:
    name: outputs
    description: The outputs of the operation
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: outputs
    owner: ComputationalPlannedProcess
    domain_of:
    - ComputationalPlannedProcess
    range: Any
    multivalued: true
  parts:
    name: parts
    description: The parts of the process
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: parts
    owner: ComputationalPlannedProcess
    domain_of:
    - ComputationalPlannedProcess
    range: ComputationalPlannedProcess
    multivalued: true
  immediate_preceding_steps:
    name: immediate_preceding_steps
    description: The steps that immediately precede this step
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: immediate_preceding_steps
    owner: ComputationalPlannedProcess
    domain_of:
    - ComputationalPlannedProcess
    range: ComputationalPlannedProcess
    multivalued: true
  follows_procedure:
    name: follows_procedure
    from_schema: https://w3id.org/linkml-common/plannedprocess
    alias: follows_procedure
    owner: ComputationalPlannedProcess
    domain_of:
    - InvestigativeProcess
    - PlannedProcess
    - EngineeringProcess
    range: Procedure
  uses_physical_device:
    name: uses_physical_device
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: uses_physical_device
    owner: ComputationalPlannedProcess
    domain_of:
    - PlannedProcess
    range: PhysicalDevice
  uses_configuration:
    name: uses_configuration
    from_schema: https://w3id.org/linkml-common/plannedprocess
    rank: 1000
    alias: uses_configuration
    owner: ComputationalPlannedProcess
    domain_of:
    - PlannedProcess
    range: PlannedProcessConfiguration
  starts_at:
    name: starts_at
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: starts_at
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    - TimePointOrTemporalInterval
    - TemporalInterval
    range: TimePoint
  ends_at:
    name: ends_at
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: ends_at
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    - TimePointOrTemporalInterval
    - TemporalInterval
    range: TimePoint
  happens_at:
    name: happens_at
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: happens_at
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    range: TimePoint
  has_interval:
    name: has_interval
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: has_interval
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    range: TemporalInterval
  has_duration:
    name: has_duration
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: has_duration
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    range: Duration
  is_ongoing_as_of:
    name: is_ongoing_as_of
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: is_ongoing_as_of
    owner: ComputationalPlannedProcess
    domain_of:
    - Event
    range: TimePoint
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ComputationalPlannedProcess
    domain_of:
    - Identified
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    exact_mappings:
    - rdfs:label
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ComputationalPlannedProcess
    domain_of:
    - Identified
    range: string
  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: ComputationalPlannedProcess
    domain_of:
    - Typed
    range: string