Class: AiRmfProfile
An implementation of the AI RMF Functions, Categories, and
Subcategories for a specific setting or application based on the
requirements, risk tolerance, and resources of the user (§6).
Profiles may be use-case-specific, temporal (current or target),
or cross-sectoral.
classDiagram
class AiRmfProfile
click AiRmfProfile href "../AiRmfProfile/"
NamedThing <|-- AiRmfProfile
click NamedThing href "../NamedThing/"
AiRmfProfile <|-- GaiProfile
click GaiProfile href "../GaiProfile/"
AiRmfProfile : addresses
AiRmfProfile --> "*" Subcategory : addresses
click Subcategory href "../Subcategory/"
AiRmfProfile : current_state
AiRmfProfile : description
AiRmfProfile : id
AiRmfProfile : name
AiRmfProfile : profile_type
AiRmfProfile --> "1" ProfileTypeEnum : profile_type
click ProfileTypeEnum href "../ProfileTypeEnum/"
AiRmfProfile : sector
AiRmfProfile : see_also
AiRmfProfile : target_state
AiRmfProfile : title
Inheritance
- NamedThing
- AiRmfProfile
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| profile_type | 1 ProfileTypeEnum |
The kind of AI RMF Profile | direct |
| current_state | 0..1 String |
For temporal current profiles - how AI is currently being managed | direct |
| target_state | 0..1 String |
For temporal target profiles - the outcomes needed to achieve the | direct |
| sector | 0..1 String |
The sector, industry, technology, or end-use application the | direct |
| addresses | * Subcategory |
Subcategories that the profile implements or addresses | 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 | profiles | range | AiRmfProfile |
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:AiRmfProfile |
| native | nist_ai_rmf:AiRmfProfile |
| exact | oscal_profile:Profile |
| close | nist_sp_800_53:ProfileDocument |
LinkML Source
Direct
name: AiRmfProfile
description: 'An implementation of the AI RMF Functions, Categories, and
Subcategories for a specific setting or application based on the
requirements, risk tolerance, and resources of the user (§6).
Profiles may be use-case-specific, temporal (current or target),
or cross-sectoral.'
in_subset:
- profiles
from_schema: https://w3id.org/lmodel/nist-ai-rmf
exact_mappings:
- oscal_profile:Profile
close_mappings:
- nist_sp_800_53:ProfileDocument
is_a: NamedThing
slots:
- profile_type
- current_state
- target_state
attributes:
sector:
name: sector
description: 'The sector, industry, technology, or end-use application the
profile addresses (e.g., "hiring", "fair housing").'
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfProfile
range: string
addresses:
name: addresses
description: Subcategories that the profile implements or addresses.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
domain_of:
- AiRmfProfile
range: Subcategory
multivalued: true
Induced
name: AiRmfProfile
description: 'An implementation of the AI RMF Functions, Categories, and
Subcategories for a specific setting or application based on the
requirements, risk tolerance, and resources of the user (§6).
Profiles may be use-case-specific, temporal (current or target),
or cross-sectoral.'
in_subset:
- profiles
from_schema: https://w3id.org/lmodel/nist-ai-rmf
exact_mappings:
- oscal_profile:Profile
close_mappings:
- nist_sp_800_53:ProfileDocument
is_a: NamedThing
attributes:
sector:
name: sector
description: 'The sector, industry, technology, or end-use application the
profile addresses (e.g., "hiring", "fair housing").'
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfProfile
domain_of:
- AiRmfProfile
range: string
addresses:
name: addresses
description: Subcategories that the profile implements or addresses.
from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
rank: 1000
owner: AiRmfProfile
domain_of:
- AiRmfProfile
range: Subcategory
multivalued: true
profile_type:
name: profile_type
description: The kind of AI RMF Profile.
in_subset:
- profiles
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: AiRmfProfile
domain_of:
- AiRmfProfile
range: ProfileTypeEnum
required: true
current_state:
name: current_state
description: 'For temporal current profiles - how AI is currently being managed
and related risks in terms of current outcomes.'
in_subset:
- profiles
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: AiRmfProfile
domain_of:
- AiRmfProfile
range: string
target_state:
name: target_state
description: 'For temporal target profiles - the outcomes needed to achieve the
desired AI risk management goals.'
in_subset:
- profiles
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: AiRmfProfile
domain_of:
- AiRmfProfile
range: string
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: AiRmfProfile
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: AiRmfProfile
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: AiRmfProfile
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: AiRmfProfile
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: AiRmfProfile
domain_of:
- NamedThing
range: uriorcurie
multivalued: true