Class: AiSystemDimension
A socio-technical dimension of an AI system (Figure 2):
Application Context, Data and Input, AI Model, Task and Output,
or People and Planet.
URI: nist_ai_rmf:AiSystemDimension
classDiagram
class AiSystemDimension
click AiSystemDimension href "../AiSystemDimension/"
NamedThing <|-- AiSystemDimension
click NamedThing href "../NamedThing/"
AiSystemDimension : description
AiSystemDimension : dimension_kind
AiSystemDimension --> "1" AiSystemDimensionEnum : dimension_kind
click AiSystemDimensionEnum href "../AiSystemDimensionEnum/"
AiSystemDimension : id
AiSystemDimension : name
AiSystemDimension : see_also
AiSystemDimension : title
Inheritance
- NamedThing
- AiSystemDimension
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dimension_kind | 1 AiSystemDimensionEnum |
Which of the five dimensions this instance represents | 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 | dimensions | range | AiSystemDimension |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-ai-rmf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nist_ai_rmf:AiSystemDimension |
| native | nist_ai_rmf:AiSystemDimension |
LinkML Source
Direct
name: AiSystemDimension
description: 'A socio-technical dimension of an AI system (Figure 2):
Application Context, Data and Input, AI Model, Task and Output,
or People and Planet.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
dimension_kind:
name: dimension_kind
description: Which of the five dimensions this instance represents.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiSystemDimension
range: AiSystemDimensionEnum
required: true
Induced
name: AiSystemDimension
description: 'A socio-technical dimension of an AI system (Figure 2):
Application Context, Data and Input, AI Model, Task and Output,
or People and Planet.'
in_subset:
- lifecycle
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
dimension_kind:
name: dimension_kind
description: Which of the five dimensions this instance represents.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiSystemDimension
domain_of:
- AiSystemDimension
range: AiSystemDimensionEnum
required: 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: AiSystemDimension
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: AiSystemDimension
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: AiSystemDimension
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: AiSystemDimension
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: AiSystemDimension
domain_of:
- NamedThing
range: uriorcurie
multivalued: true