Skip to content

Class: AiLifecycleStage

A stage of the AI lifecycle (Figure 2): Plan and Design,

Collect and Process Data, Build and Use Model, Verify and

Validate, Deploy and Use, or Operate and Monitor.

URI: nist_ai_rmf:AiLifecycleStage

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

      AiLifecycleStage : description

      AiLifecycleStage : id

      AiLifecycleStage : includes_tevv

      AiLifecycleStage : name

      AiLifecycleStage : see_also

      AiLifecycleStage : stage_kind





        AiLifecycleStage --> "1" AiLifecycleStageEnum : stage_kind
        click AiLifecycleStageEnum href "../AiLifecycleStageEnum/"



      AiLifecycleStage : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
stage_kind 1
AiLifecycleStageEnum
Which of the six stages this instance represents direct
includes_tevv 0..1
Boolean
Whether this stage incorporates TEVV activities 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
AiRmfFramework lifecycle_stages range AiLifecycleStage

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:AiLifecycleStage
native nist_ai_rmf:AiLifecycleStage

LinkML Source

Direct

name: AiLifecycleStage
description: 'A stage of the AI lifecycle (Figure 2): Plan and Design,

  Collect and Process Data, Build and Use Model, Verify and

  Validate, Deploy and Use, or Operate and Monitor.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  stage_kind:
    name: stage_kind
    description: Which of the six stages this instance represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - AiLifecycleStage
    range: AiLifecycleStageEnum
    required: true
  includes_tevv:
    name: includes_tevv
    description: Whether this stage incorporates TEVV activities.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - AiLifecycleStage
    range: boolean

Induced

name: AiLifecycleStage
description: 'A stage of the AI lifecycle (Figure 2): Plan and Design,

  Collect and Process Data, Build and Use Model, Verify and

  Validate, Deploy and Use, or Operate and Monitor.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  stage_kind:
    name: stage_kind
    description: Which of the six stages this instance represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: AiLifecycleStage
    domain_of:
    - AiLifecycleStage
    range: AiLifecycleStageEnum
    required: true
  includes_tevv:
    name: includes_tevv
    description: Whether this stage incorporates TEVV activities.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: AiLifecycleStage
    domain_of:
    - AiLifecycleStage
    range: boolean
  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: AiLifecycleStage
    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: AiLifecycleStage
    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: AiLifecycleStage
    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: AiLifecycleStage
    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: AiLifecycleStage
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true