Skip to content

Class: RiskMeasurementChallenge

A challenge that complicates measurement of AI risks

(Part 1 §1.2.1).

URI: nist_ai_rmf:RiskMeasurementChallenge

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

      RiskMeasurementChallenge : challenge_kind





        RiskMeasurementChallenge --> "1" RiskMeasurementChallengeEnum : challenge_kind
        click RiskMeasurementChallengeEnum href "../RiskMeasurementChallengeEnum/"



      RiskMeasurementChallenge : description

      RiskMeasurementChallenge : id

      RiskMeasurementChallenge : name

      RiskMeasurementChallenge : see_also

      RiskMeasurementChallenge : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
challenge_kind 1
RiskMeasurementChallengeEnum
Which measurement challenge this 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 risk_measurement_challenges range RiskMeasurementChallenge

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:RiskMeasurementChallenge
native nist_ai_rmf:RiskMeasurementChallenge

LinkML Source

Direct

name: RiskMeasurementChallenge
description: 'A challenge that complicates measurement of AI risks

  (Part 1 §1.2.1).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  challenge_kind:
    name: challenge_kind
    description: Which measurement challenge this represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - RiskMeasurementChallenge
    range: RiskMeasurementChallengeEnum
    required: true

Induced

name: RiskMeasurementChallenge
description: 'A challenge that complicates measurement of AI risks

  (Part 1 §1.2.1).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  challenge_kind:
    name: challenge_kind
    description: Which measurement challenge this represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: RiskMeasurementChallenge
    domain_of:
    - RiskMeasurementChallenge
    range: RiskMeasurementChallengeEnum
    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: RiskMeasurementChallenge
    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: RiskMeasurementChallenge
    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: RiskMeasurementChallenge
    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: RiskMeasurementChallenge
    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: RiskMeasurementChallenge
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true