Skip to content

Class: NamedThing

A generic grouping for any identifiable AI RMF element.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: schema:Thing

 classDiagram
    class NamedThing
    click NamedThing href "../NamedThing/"
      NamedThing <|-- AiSystem
        click AiSystem href "../AiSystem/"
      NamedThing <|-- AiSystemDimension
        click AiSystemDimension href "../AiSystemDimension/"
      NamedThing <|-- AiLifecycleStage
        click AiLifecycleStage href "../AiLifecycleStage/"
      NamedThing <|-- AiActor
        click AiActor href "../AiActor/"
      NamedThing <|-- AiActorTask
        click AiActorTask href "../AiActorTask/"
      NamedThing <|-- Risk
        click Risk href "../Risk/"
      NamedThing <|-- Impact
        click Impact href "../Impact/"
      NamedThing <|-- Harm
        click Harm href "../Harm/"
      NamedThing <|-- RiskTolerance
        click RiskTolerance href "../RiskTolerance/"
      NamedThing <|-- RiskMeasurementChallenge
        click RiskMeasurementChallenge href "../RiskMeasurementChallenge/"
      NamedThing <|-- TrustworthinessCharacteristic
        click TrustworthinessCharacteristic href "../TrustworthinessCharacteristic/"
      NamedThing <|-- Bias
        click Bias href "../Bias/"
      NamedThing <|-- Function
        click Function href "../Function/"
      NamedThing <|-- Category
        click Category href "../Category/"
      NamedThing <|-- Subcategory
        click Subcategory href "../Subcategory/"
      NamedThing <|-- AiRmfProfile
        click AiRmfProfile href "../AiRmfProfile/"
      NamedThing <|-- RmfAttribute
        click RmfAttribute href "../RmfAttribute/"
      NamedThing <|-- AiSpecificRisk
        click AiSpecificRisk href "../AiSpecificRisk/"
      NamedThing <|-- HumanAiInteractionIssue
        click HumanAiInteractionIssue href "../HumanAiInteractionIssue/"
      NamedThing <|-- AiRmfDocument
        click AiRmfDocument href "../AiRmfDocument/"
      NamedThing <|-- AiRmfFramework
        click AiRmfFramework href "../AiRmfFramework/"
      NamedThing <|-- SuggestedAction
        click SuggestedAction href "../SuggestedAction/"
      NamedThing <|-- PrimaryGaiConsideration
        click PrimaryGaiConsideration href "../PrimaryGaiConsideration/"
      NamedThing <|-- StructuredPublicFeedback
        click StructuredPublicFeedback href "../StructuredPublicFeedback/"

      NamedThing : description

      NamedThing : id

      NamedThing : name

      NamedThing : see_also

      NamedThing : title

Inheritance

Class Properties

Property Value
Class URI schema:Thing

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for an element direct
name 0..1
String
A short human-readable name direct
title 0..1
String
A human-readable title direct
description 0..1
String
A human-readable description direct
see_also *
Uriorcurie
Related references direct

Usages

used by used in type used
Impact affects range NamedThing
Harm affects range NamedThing

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self schema:Thing
native nist_ai_rmf:NamedThing
close schema:Thing

LinkML Source

Direct

name: NamedThing
description: A generic grouping for any identifiable AI RMF element.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- schema:Thing
abstract: true
slots:
- id
- name
- title
- description
- see_also
class_uri: schema:Thing

Induced

name: NamedThing
description: A generic grouping for any identifiable AI RMF element.
in_subset:
- core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
close_mappings:
- schema:Thing
abstract: true
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: NamedThing
    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: NamedThing
    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: NamedThing
    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: NamedThing
    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: NamedThing
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: schema:Thing