Skip to content

Class: TrustworthinessCharacteristic

A characteristic of a trustworthy AI system (Figure 4 / Part 1

§3). The seven characteristics are inter-related; addressing them

individually does not guarantee trustworthiness, and tradeoffs

are usually involved.

URI: nist_ai_rmf:TrustworthinessCharacteristic

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

      TrustworthinessCharacteristic : characteristic_kind





        TrustworthinessCharacteristic --> "1" TrustworthinessCharacteristicEnum : characteristic_kind
        click TrustworthinessCharacteristicEnum href "../TrustworthinessCharacteristicEnum/"



      TrustworthinessCharacteristic : description

      TrustworthinessCharacteristic : id

      TrustworthinessCharacteristic : is_base_condition

      TrustworthinessCharacteristic : is_cross_cutting

      TrustworthinessCharacteristic : name

      TrustworthinessCharacteristic : see_also

      TrustworthinessCharacteristic : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
characteristic_kind 1
TrustworthinessCharacteristicEnum
Which trustworthiness characteristic this instance represents direct
is_base_condition 0..1
Boolean
True when this is a necessary condition for trustworthiness direct
is_cross_cutting 0..1
Boolean
True when this characteristic relates to all others 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 trustworthiness_characteristics range TrustworthinessCharacteristic

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: TrustworthinessCharacteristic
description: 'A characteristic of a trustworthy AI system (Figure 4 / Part 1

  §3). The seven characteristics are inter-related; addressing them

  individually does not guarantee trustworthiness, and tradeoffs

  are usually involved.'
in_subset:
- trustworthiness
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  characteristic_kind:
    name: characteristic_kind
    description: Which trustworthiness characteristic this instance represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - TrustworthinessCharacteristic
    range: TrustworthinessCharacteristicEnum
    required: true
  is_base_condition:
    name: is_base_condition
    description: 'True when this is a necessary condition for trustworthiness

      (Valid and Reliable; per Figure 4 it is the base of all other

      characteristics).'
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - TrustworthinessCharacteristic
    range: boolean
  is_cross_cutting:
    name: is_cross_cutting
    description: 'True when this characteristic relates to all others

      (Accountable and Transparent; shown vertically in Figure 4).'
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    domain_of:
    - TrustworthinessCharacteristic
    range: boolean

Induced

name: TrustworthinessCharacteristic
description: 'A characteristic of a trustworthy AI system (Figure 4 / Part 1

  §3). The seven characteristics are inter-related; addressing them

  individually does not guarantee trustworthiness, and tradeoffs

  are usually involved.'
in_subset:
- trustworthiness
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  characteristic_kind:
    name: characteristic_kind
    description: Which trustworthiness characteristic this instance represents.
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: TrustworthinessCharacteristic
    domain_of:
    - TrustworthinessCharacteristic
    range: TrustworthinessCharacteristicEnum
    required: true
  is_base_condition:
    name: is_base_condition
    description: 'True when this is a necessary condition for trustworthiness

      (Valid and Reliable; per Figure 4 it is the base of all other

      characteristics).'
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: TrustworthinessCharacteristic
    domain_of:
    - TrustworthinessCharacteristic
    range: boolean
  is_cross_cutting:
    name: is_cross_cutting
    description: 'True when this characteristic relates to all others

      (Accountable and Transparent; shown vertically in Figure 4).'
    from_schema: https://w3id.org/lmodel/nist-ai-rmf-core
    rank: 1000
    owner: TrustworthinessCharacteristic
    domain_of:
    - TrustworthinessCharacteristic
    range: boolean
  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: TrustworthinessCharacteristic
    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: TrustworthinessCharacteristic
    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: TrustworthinessCharacteristic
    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: TrustworthinessCharacteristic
    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: TrustworthinessCharacteristic
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true