Class: AiRmfFramework
Root container that bundles the AI RMF Core (Functions) with
foundational concepts (trustworthiness characteristics,
lifecycle, actors, risks, harms), profiles, and Framework
attributes. Designed for serialising the Framework or a tailored
instance of it as a single JSON / YAML document.
URI: nist_ai_rmf:AiRmfFramework
classDiagram
class AiRmfFramework
click AiRmfFramework href "../AiRmfFramework/"
NamedThing <|-- AiRmfFramework
click NamedThing href "../NamedThing/"
AiRmfFramework : actor_tasks
AiRmfFramework --> "*" AiActorTask : actor_tasks
click AiActorTask href "../AiActorTask/"
AiRmfFramework : ai_specific_risks
AiRmfFramework --> "*" AiSpecificRisk : ai_specific_risks
click AiSpecificRisk href "../AiSpecificRisk/"
AiRmfFramework : attributes_
AiRmfFramework --> "*" RmfAttribute : attributes_
click RmfAttribute href "../RmfAttribute/"
AiRmfFramework : description
AiRmfFramework : dimensions
AiRmfFramework --> "*" AiSystemDimension : dimensions
click AiSystemDimension href "../AiSystemDimension/"
AiRmfFramework : document
AiRmfFramework --> "0..1" AiRmfDocument : document
click AiRmfDocument href "../AiRmfDocument/"
AiRmfFramework : functions
AiRmfFramework --> "*" Function : functions
click Function href "../Function/"
AiRmfFramework : human_ai_interaction_issues
AiRmfFramework --> "*" HumanAiInteractionIssue : human_ai_interaction_issues
click HumanAiInteractionIssue href "../HumanAiInteractionIssue/"
AiRmfFramework : id
AiRmfFramework : lifecycle_stages
AiRmfFramework --> "*" AiLifecycleStage : lifecycle_stages
click AiLifecycleStage href "../AiLifecycleStage/"
AiRmfFramework : name
AiRmfFramework : profiles
AiRmfFramework --> "*" AiRmfProfile : profiles
click AiRmfProfile href "../AiRmfProfile/"
AiRmfFramework : risk_measurement_challenges
AiRmfFramework --> "*" RiskMeasurementChallenge : risk_measurement_challenges
click RiskMeasurementChallenge href "../RiskMeasurementChallenge/"
AiRmfFramework : see_also
AiRmfFramework : title
AiRmfFramework : trustworthiness_characteristics
AiRmfFramework --> "*" TrustworthinessCharacteristic : trustworthiness_characteristics
click TrustworthinessCharacteristic href "../TrustworthinessCharacteristic/"
Inheritance
- NamedThing
- AiRmfFramework
Class Properties
| Property | Value |
|---|---|
| Tree Root | Yes |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| document | 0..1 AiRmfDocument |
Publication metadata | direct |
| functions | * Function |
The four AI RMF Core functions and their content | direct |
| trustworthiness_characteristics | * TrustworthinessCharacteristic |
The seven characteristics of trustworthy AI | direct |
| lifecycle_stages | * AiLifecycleStage |
The AI lifecycle stages (Figure 2) | direct |
| dimensions | * AiSystemDimension |
The AI system dimensions (Figure 2) | direct |
| actor_tasks | * AiActorTask |
AI actor task categories (Appendix A) | direct |
| profiles | * AiRmfProfile |
AI RMF profiles defined alongside this Framework instance | direct |
| attributes_ | * RmfAttribute |
Design attributes of the AI RMF (Appendix D) | direct |
| risk_measurement_challenges | * RiskMeasurementChallenge |
Identified challenges in measuring AI risk | direct |
| ai_specific_risks | * AiSpecificRisk |
AI-specific risks compared to traditional software (Appendix B) | direct |
| human_ai_interaction_issues | * HumanAiInteractionIssue |
Human-AI interaction considerations (Appendix C) | 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 |
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:AiRmfFramework |
| native | nist_ai_rmf:AiRmfFramework |
| close | nist_csf:CSFDocument, oscal_catalog:Catalog, nist_sp_800_53:Catalog |
LinkML Source
Direct
name: AiRmfFramework
description: 'Root container that bundles the AI RMF Core (Functions) with
foundational concepts (trustworthiness characteristics,
lifecycle, actors, risks, harms), profiles, and Framework
attributes. Designed for serialising the Framework or a tailored
instance of it as a single JSON / YAML document.'
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- nist_csf:CSFDocument
- oscal_catalog:Catalog
- nist_sp_800_53:Catalog
is_a: NamedThing
attributes:
document:
name: document
description: Publication metadata.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiRmfDocument
inlined: true
functions:
name: functions
description: The four AI RMF Core functions and their content.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: Function
multivalued: true
inlined: true
inlined_as_list: true
trustworthiness_characteristics:
name: trustworthiness_characteristics
description: The seven characteristics of trustworthy AI.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: TrustworthinessCharacteristic
multivalued: true
inlined: true
inlined_as_list: true
lifecycle_stages:
name: lifecycle_stages
description: The AI lifecycle stages (Figure 2).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiLifecycleStage
multivalued: true
inlined: true
inlined_as_list: true
dimensions:
name: dimensions
description: The AI system dimensions (Figure 2).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiSystemDimension
multivalued: true
inlined: true
inlined_as_list: true
actor_tasks:
name: actor_tasks
description: AI actor task categories (Appendix A).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiActorTask
multivalued: true
inlined: true
inlined_as_list: true
profiles:
name: profiles
description: AI RMF profiles defined alongside this Framework instance.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiRmfProfile
multivalued: true
inlined: true
inlined_as_list: true
attributes_:
name: attributes_
description: Design attributes of the AI RMF (Appendix D).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
aliases:
- rmf_attributes
rank: 1000
slot_uri: nist_ai_rmf:attributes
domain_of:
- AiRmfFramework
range: RmfAttribute
multivalued: true
inlined: true
inlined_as_list: true
risk_measurement_challenges:
name: risk_measurement_challenges
description: Identified challenges in measuring AI risk.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: RiskMeasurementChallenge
multivalued: true
inlined: true
inlined_as_list: true
ai_specific_risks:
name: ai_specific_risks
description: AI-specific risks compared to traditional software (Appendix B).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: AiSpecificRisk
multivalued: true
inlined: true
inlined_as_list: true
human_ai_interaction_issues:
name: human_ai_interaction_issues
description: Human-AI interaction considerations (Appendix C).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfFramework
range: HumanAiInteractionIssue
multivalued: true
inlined: true
inlined_as_list: true
tree_root: true
Induced
name: AiRmfFramework
description: 'Root container that bundles the AI RMF Core (Functions) with
foundational concepts (trustworthiness characteristics,
lifecycle, actors, risks, harms), profiles, and Framework
attributes. Designed for serialising the Framework or a tailored
instance of it as a single JSON / YAML document.'
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- nist_csf:CSFDocument
- oscal_catalog:Catalog
- nist_sp_800_53:Catalog
is_a: NamedThing
attributes:
document:
name: document
description: Publication metadata.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiRmfDocument
inlined: true
functions:
name: functions
description: The four AI RMF Core functions and their content.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: Function
multivalued: true
inlined: true
inlined_as_list: true
trustworthiness_characteristics:
name: trustworthiness_characteristics
description: The seven characteristics of trustworthy AI.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: TrustworthinessCharacteristic
multivalued: true
inlined: true
inlined_as_list: true
lifecycle_stages:
name: lifecycle_stages
description: The AI lifecycle stages (Figure 2).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiLifecycleStage
multivalued: true
inlined: true
inlined_as_list: true
dimensions:
name: dimensions
description: The AI system dimensions (Figure 2).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiSystemDimension
multivalued: true
inlined: true
inlined_as_list: true
actor_tasks:
name: actor_tasks
description: AI actor task categories (Appendix A).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiActorTask
multivalued: true
inlined: true
inlined_as_list: true
profiles:
name: profiles
description: AI RMF profiles defined alongside this Framework instance.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiRmfProfile
multivalued: true
inlined: true
inlined_as_list: true
attributes_:
name: attributes_
description: Design attributes of the AI RMF (Appendix D).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
aliases:
- rmf_attributes
rank: 1000
slot_uri: nist_ai_rmf:attributes
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: RmfAttribute
multivalued: true
inlined: true
inlined_as_list: true
risk_measurement_challenges:
name: risk_measurement_challenges
description: Identified challenges in measuring AI risk.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: RiskMeasurementChallenge
multivalued: true
inlined: true
inlined_as_list: true
ai_specific_risks:
name: ai_specific_risks
description: AI-specific risks compared to traditional software (Appendix B).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: AiSpecificRisk
multivalued: true
inlined: true
inlined_as_list: true
human_ai_interaction_issues:
name: human_ai_interaction_issues
description: Human-AI interaction considerations (Appendix C).
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfFramework
domain_of:
- AiRmfFramework
range: HumanAiInteractionIssue
multivalued: true
inlined: true
inlined_as_list: 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: AiRmfFramework
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: AiRmfFramework
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: AiRmfFramework
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: AiRmfFramework
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: AiRmfFramework
domain_of:
- NamedThing
range: uriorcurie
multivalued: true
tree_root: true