Skip to content

Class: CyberPhysicalSystem

System that tightly integrates computational and physical components, typically with feedback loops between sensing and actuation (Clause 5.14.3).

URI: iso22989:CyberPhysicalSystem

 classDiagram
    class CyberPhysicalSystem
    click CyberPhysicalSystem href "../CyberPhysicalSystem/"
      NamedEntity <|-- CyberPhysicalSystem
        click NamedEntity href "../NamedEntity/"

      CyberPhysicalSystem : aliases

      CyberPhysicalSystem : clause_reference

      CyberPhysicalSystem : cyber_components





        CyberPhysicalSystem --> "*" AIComponent : cyber_components
        click AIComponent href "../AIComponent/"



      CyberPhysicalSystem : description

      CyberPhysicalSystem : id

      CyberPhysicalSystem : iot_subsystem





        CyberPhysicalSystem --> "0..1" IoTSystem : iot_subsystem
        click IoTSystem href "../IoTSystem/"



      CyberPhysicalSystem : name

      CyberPhysicalSystem : physical_processes

      CyberPhysicalSystem : preferred_label

      CyberPhysicalSystem : see_also_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
physical_processes *
String
Physical processes the system monitors or controls direct
cyber_components *
AIComponent
Computational components participating in the system direct
iot_subsystem 0..1
IoTSystem
IoT subsystem the CPS relies on, if any direct
id 1
Uriorcurie
Unique CURIE or URI identifying the entity NamedEntity
name 1
String
Human-readable label for the entity NamedEntity
description 0..1
String
Free-text description of the entity (paraphrased; verbatim ISO text excluded) NamedEntity
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e NamedEntity
aliases *
String
Alternative names or synonyms for the term NamedEntity
preferred_label 0..1
String
Preferred natural-language label NamedEntity
see_also_uri *
Uriorcurie
Pointers to related external resources or term records NamedEntity

Usages

used by used in type used
AIConceptsCollection cyber_physical_systems range CyberPhysicalSystem

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:CyberPhysicalSystem
native iso22989:CyberPhysicalSystem

LinkML Source

Direct

name: CyberPhysicalSystem
description: System that tightly integrates computational and physical components,
  typically with feedback loops between sensing and actuation (Clause 5.14.3).
in_subset:
- ai_ecosystem
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  physical_processes:
    name: physical_processes
    description: Physical processes the system monitors or controls.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - CyberPhysicalSystem
    range: string
    multivalued: true
  cyber_components:
    name: cyber_components
    description: Computational components participating in the system.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - CyberPhysicalSystem
    range: AIComponent
    multivalued: true
    inlined: false
  iot_subsystem:
    name: iot_subsystem
    description: IoT subsystem the CPS relies on, if any.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - CyberPhysicalSystem
    range: IoTSystem
    inlined: false

Induced

name: CyberPhysicalSystem
description: System that tightly integrates computational and physical components,
  typically with feedback loops between sensing and actuation (Clause 5.14.3).
in_subset:
- ai_ecosystem
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  physical_processes:
    name: physical_processes
    description: Physical processes the system monitors or controls.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: CyberPhysicalSystem
    domain_of:
    - CyberPhysicalSystem
    range: string
    multivalued: true
  cyber_components:
    name: cyber_components
    description: Computational components participating in the system.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: CyberPhysicalSystem
    domain_of:
    - CyberPhysicalSystem
    range: AIComponent
    multivalued: true
    inlined: false
  iot_subsystem:
    name: iot_subsystem
    description: IoT subsystem the CPS relies on, if any.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: CyberPhysicalSystem
    domain_of:
    - CyberPhysicalSystem
    range: IoTSystem
    inlined: false
  id:
    name: id
    description: Unique CURIE or URI identifying the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: Human-readable label for the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    exact_mappings:
    - dcterms:title
    - schema:name
    rank: 1000
    slot_uri: schema:name
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: string
    required: true
  description:
    name: description
    description: Free-text description of the entity (paraphrased; verbatim ISO text
      excluded).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:description
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: string
  clause_reference:
    name: clause_reference
    description: ISO/IEC 22989:2022 clause identifier (e.g. "5.11.4") the element
      corresponds to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    - AutonomyAssessment
    - VerificationValidationFramework
    range: string
    pattern: ^[0-9]+(\.[0-9]+){0,3}$
  aliases:
    name: aliases
    description: Alternative names or synonyms for the term.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:altLabel
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: string
    multivalued: true
  preferred_label:
    name: preferred_label
    description: Preferred natural-language label.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:prefLabel
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: string
  see_also_uri:
    name: see_also_uri
    description: Pointers to related external resources or term records.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: CyberPhysicalSystem
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true