Skip to content

Class: AiSystem

An engineered or machine-based system that can, for a given set

of objectives, generate outputs such as predictions,

recommendations, or decisions influencing real or virtual

environments. AI systems are designed to operate with varying

levels of autonomy (Adapted from OECD Recommendation on AI:2019;

ISO/IEC 22989:2022).

URI: nist_ai_rmf:AiSystem

 classDiagram
    class AiSystem
    click AiSystem href "../AiSystem/"
      NamedThing <|-- AiSystem
        click NamedThing href "../NamedThing/"

      AiSystem : ai_dimension





        AiSystem --> "*" AiSystemDimensionEnum : ai_dimension
        click AiSystemDimensionEnum href "../AiSystemDimensionEnum/"



      AiSystem : description

      AiSystem : id

      AiSystem : lifecycle_stage





        AiSystem --> "*" AiLifecycleStageEnum : lifecycle_stage
        click AiLifecycleStageEnum href "../AiLifecycleStageEnum/"



      AiSystem : name

      AiSystem : see_also

      AiSystem : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
lifecycle_stage *
AiLifecycleStageEnum
The AI lifecycle stage(s) the element applies to direct
ai_dimension *
AiSystemDimensionEnum
The AI system dimension the element applies to direct
id 1
Uriorcurie
A unique identifier for an element NamedThing
name 0..1
String
A short human-readable name NamedThing
title 0..1
String
A human-readable title NamedThing
description 0..1
String
A human-readable description NamedThing
see_also *
Uriorcurie
Related references NamedThing

Usages

used by used in type used
Risk affects_system range AiSystem
ResidualRisk affects_system range AiSystem

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:AiSystem
native nist_ai_rmf:AiSystem
close schema:SoftwareApplication

LinkML Source

Direct

name: AiSystem
description: 'An engineered or machine-based system that can, for a given set

  of objectives, generate outputs such as predictions,

  recommendations, or decisions influencing real or virtual

  environments. AI systems are designed to operate with varying

  levels of autonomy (Adapted from OECD Recommendation on AI:2019;

  ISO/IEC 22989:2022).'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- schema:SoftwareApplication
is_a: NamedThing
slots:
- lifecycle_stage
- ai_dimension

Induced

name: AiSystem
description: 'An engineered or machine-based system that can, for a given set

  of objectives, generate outputs such as predictions,

  recommendations, or decisions influencing real or virtual

  environments. AI systems are designed to operate with varying

  levels of autonomy (Adapted from OECD Recommendation on AI:2019;

  ISO/IEC 22989:2022).'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- schema:SoftwareApplication
is_a: NamedThing
attributes:
  lifecycle_stage:
    name: lifecycle_stage
    description: The AI lifecycle stage(s) the element applies to.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiSystem
    domain_of:
    - AiSystem
    - AiActor
    - AiActorTask
    - Risk
    - Subcategory
    - GaiRisk
    range: AiLifecycleStageEnum
    multivalued: true
  ai_dimension:
    name: ai_dimension
    description: The AI system dimension the element applies to.
    in_subset:
    - lifecycle
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: AiSystem
    domain_of:
    - AiSystem
    - AiActorTask
    range: AiSystemDimensionEnum
    multivalued: true
  id:
    name: id
    description: A unique identifier for an element.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    owner: AiSystem
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A short human-readable name.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:label
    owner: AiSystem
    domain_of:
    - NamedThing
    range: string
  title:
    name: title
    description: A human-readable title.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:title
    owner: AiSystem
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  description:
    name: description
    description: A human-readable description.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: dcterms:description
    owner: AiSystem
    domain_of:
    - NamedThing
    - PlaybookEntry
    range: string
  see_also:
    name: see_also
    description: Related references.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: AiSystem
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true