Skip to content

Class: HumanAiInteractionIssue

An issue that merits further consideration in human-AI

interaction (Appendix C) - e.g., clear human roles and

responsibilities, systemic and human-cognitive biases in design,

variability of human-AI interaction outcomes, complexity of

presenting AI system information to humans.

URI: nist_ai_rmf:HumanAiInteractionIssue

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

      HumanAiInteractionIssue : description

      HumanAiInteractionIssue : id

      HumanAiInteractionIssue : name

      HumanAiInteractionIssue : see_also

      HumanAiInteractionIssue : 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 human_ai_interaction_issues range HumanAiInteractionIssue

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nist_ai_rmf:HumanAiInteractionIssue
native nist_ai_rmf:HumanAiInteractionIssue
related iso27001:InterestedParty

LinkML Source

Direct

name: HumanAiInteractionIssue
description: 'An issue that merits further consideration in human-AI

  interaction (Appendix C) - e.g., clear human roles and

  responsibilities, systemic and human-cognitive biases in design,

  variability of human-AI interaction outcomes, complexity of

  presenting AI system information to humans.'
in_subset:
- appendices
from_schema: https://w3id.org/lmodel/nist-ai-rmf
related_mappings:
- iso27001:InterestedParty
is_a: NamedThing

Induced

name: HumanAiInteractionIssue
description: 'An issue that merits further consideration in human-AI

  interaction (Appendix C) - e.g., clear human roles and

  responsibilities, systemic and human-cognitive biases in design,

  variability of human-AI interaction outcomes, complexity of

  presenting AI system information to humans.'
in_subset:
- appendices
from_schema: https://w3id.org/lmodel/nist-ai-rmf
related_mappings:
- iso27001:InterestedParty
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: HumanAiInteractionIssue
    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: HumanAiInteractionIssue
    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: HumanAiInteractionIssue
    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: HumanAiInteractionIssue
    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: HumanAiInteractionIssue
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true