Skip to content

Class: Harm

A negative impact that may be experienced by individuals,

groups, communities, organizations, society, the environment, or

the planet (Figure 1).

URI: nist_ai_rmf:Harm

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

      Harm : affects





        Harm --> "*" NamedThing : affects
        click NamedThing href "../NamedThing/"



      Harm : description

      Harm : harm_category





        Harm --> "0..1" HarmCategoryEnum : harm_category
        click HarmCategoryEnum href "../HarmCategoryEnum/"



      Harm : harm_to_people_subcategory





        Harm --> "0..1" HarmToPeopleSubcategoryEnum : harm_to_people_subcategory
        click HarmToPeopleSubcategoryEnum href "../HarmToPeopleSubcategoryEnum/"



      Harm : id

      Harm : magnitude

      Harm : name

      Harm : see_also

      Harm : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
harm_category 0..1
HarmCategoryEnum
The high-level harm category (people / organization / ecosystem) direct
harm_to_people_subcategory 0..1
HarmToPeopleSubcategoryEnum
The sub-category when harm is to people (individual / group / societal) direct
magnitude 0..1
String
Magnitude or degree of consequences if the event occurs (free direct
affects *
NamedThing
Entities (people, organizations, ecosystems) the risk or harm 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

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Harm
description: 'A negative impact that may be experienced by individuals,

  groups, communities, organizations, society, the environment, or

  the planet (Figure 1).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
slots:
- harm_category
- harm_to_people_subcategory
- magnitude
- affects

Induced

name: Harm
description: 'A negative impact that may be experienced by individuals,

  groups, communities, organizations, society, the environment, or

  the planet (Figure 1).'
in_subset:
- risk_and_harm
from_schema: https://w3id.org/lmodel/nist-ai-rmf
is_a: NamedThing
attributes:
  harm_category:
    name: harm_category
    description: The high-level harm category (people / organization / ecosystem).
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: Harm
    domain_of:
    - Harm
    range: HarmCategoryEnum
  harm_to_people_subcategory:
    name: harm_to_people_subcategory
    description: The sub-category when harm is to people (individual / group / societal).
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: Harm
    domain_of:
    - Harm
    range: HarmToPeopleSubcategoryEnum
  magnitude:
    name: magnitude
    description: 'Magnitude or degree of consequences if the event occurs (free

      text or qualitative scale).'
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    close_mappings:
    - iso27001:ImpactRating
    rank: 1000
    owner: Harm
    domain_of:
    - Risk
    - Impact
    - Harm
    range: string
  affects:
    name: affects
    description: 'Entities (people, organizations, ecosystems) the risk or harm

      may affect.'
    in_subset:
    - risk_and_harm
    from_schema: https://w3id.org/lmodel/nist-ai-rmf
    rank: 1000
    owner: Harm
    domain_of:
    - Impact
    - Harm
    range: NamedThing
    multivalued: 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: Harm
    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: Harm
    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: Harm
    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: Harm
    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: Harm
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true