Skip to content

Class: RmfAttribute

A design attribute of the AI RMF (Appendix D) - one of the

qualities the Framework strives to embody (e.g., risk-based,

consensus-driven, plain language, common language, easily usable,

universally applicable, outcome-focused, leveraging existing

standards, law- and regulation-agnostic, living document).

URI: nist_ai_rmf:RmfAttribute

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

      RmfAttribute : description

      RmfAttribute : id

      RmfAttribute : name

      RmfAttribute : see_also

      RmfAttribute : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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 attributes_ range RmfAttribute

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:RmfAttribute
native nist_ai_rmf:RmfAttribute
related nist_csf:CSFProperty

LinkML Source

Direct

name: RmfAttribute
description: 'A design attribute of the AI RMF (Appendix D) - one of the

  qualities the Framework strives to embody (e.g., risk-based,

  consensus-driven, plain language, common language, easily usable,

  universally applicable, outcome-focused, leveraging existing

  standards, law- and regulation-agnostic, living document).'
in_subset:
- attributes
from_schema: https://w3id.org/lmodel/nist-ai-rmf
related_mappings:
- nist_csf:CSFProperty
is_a: NamedThing

Induced

name: RmfAttribute
description: 'A design attribute of the AI RMF (Appendix D) - one of the

  qualities the Framework strives to embody (e.g., risk-based,

  consensus-driven, plain language, common language, easily usable,

  universally applicable, outcome-focused, leveraging existing

  standards, law- and regulation-agnostic, living document).'
in_subset:
- attributes
from_schema: https://w3id.org/lmodel/nist-ai-rmf
related_mappings:
- nist_csf:CSFProperty
is_a: NamedThing
attributes:
  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: RmfAttribute
    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: RmfAttribute
    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: RmfAttribute
    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: RmfAttribute
    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: RmfAttribute
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true