Class: Function
A top-level AI RMF Core function. Each function organizes AI risk
management activities at the highest level. GOVERN applies across
all stages; MAP, MEASURE, and MANAGE apply to AI-system-specific
contexts and lifecycle stages.
URI: nist_ai_rmf:Function
classDiagram
class Function
click Function href "../Function/"
NamedThing <|-- Function
click NamedThing href "../NamedThing/"
Function : categories
Function --> "*" Category : categories
click Category href "../Category/"
Function : description
Function : function_code
Function : id
Function : name
Function : see_also
Function : title
Inheritance
- NamedThing
- Function
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| function_code | 1 FunctionCode |
The function code (GOVERN, MAP, MEASURE, or MANAGE) | direct |
| categories | * Category |
Categories that belong to a Function | 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 | functions | range | Function |
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:Function |
| native | nist_ai_rmf:Function |
| exact | nist_csf:CSFFunction |
| related | gist:Function |
LinkML Source
Direct
name: Function
description: 'A top-level AI RMF Core function. Each function organizes AI risk
management activities at the highest level. GOVERN applies across
all stages; MAP, MEASURE, and MANAGE apply to AI-system-specific
contexts and lifecycle stages.'
in_subset:
- framework_core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
exact_mappings:
- nist_csf:CSFFunction
related_mappings:
- gist:Function
is_a: NamedThing
slots:
- function_code
- categories
slot_usage:
categories:
name: categories
range: Category
multivalued: true
inlined: true
inlined_as_list: true
Induced
name: Function
description: 'A top-level AI RMF Core function. Each function organizes AI risk
management activities at the highest level. GOVERN applies across
all stages; MAP, MEASURE, and MANAGE apply to AI-system-specific
contexts and lifecycle stages.'
in_subset:
- framework_core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
exact_mappings:
- nist_csf:CSFFunction
related_mappings:
- gist:Function
is_a: NamedThing
slot_usage:
categories:
name: categories
range: Category
multivalued: true
inlined: true
inlined_as_list: true
attributes:
function_code:
name: function_code
description: The function code (GOVERN, MAP, MEASURE, or MANAGE).
in_subset:
- framework_core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: Function
domain_of:
- Function
range: FunctionCode
required: true
categories:
name: categories
description: Categories that belong to a Function.
in_subset:
- framework_core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
owner: Function
domain_of:
- Function
range: Category
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: Function
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: Function
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: Function
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: Function
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: Function
domain_of:
- NamedThing
range: uriorcurie
multivalued: true