Skip to content

Class: NamedEntity

Abstract base class for any addressable entity in the schema, carrying identity, label and clause-reference metadata.

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

URI: schema:Thing

 classDiagram
    class NamedEntity
    click NamedEntity href "../NamedEntity/"
      NamedEntity <|-- Term
        click Term href "../Term/"
      NamedEntity <|-- AbbreviatedTerm
        click AbbreviatedTerm href "../AbbreviatedTerm/"
      NamedEntity <|-- AIConcept
        click AIConcept href "../AIConcept/"
      NamedEntity <|-- AISystem
        click AISystem href "../AISystem/"
      NamedEntity <|-- AIComponent
        click AIComponent href "../AIComponent/"
      NamedEntity <|-- AIModel
        click AIModel href "../AIModel/"
      NamedEntity <|-- Dataset
        click Dataset href "../Dataset/"
      NamedEntity <|-- TrustworthinessProperty
        click TrustworthinessProperty href "../TrustworthinessProperty/"
      NamedEntity <|-- AILifecycleProcess
        click AILifecycleProcess href "../AILifecycleProcess/"
      NamedEntity <|-- AIStakeholderRole
        click AIStakeholderRole href "../AIStakeholderRole/"
      NamedEntity <|-- AIEcosystem
        click AIEcosystem href "../AIEcosystem/"
      NamedEntity <|-- ResourcePool
        click ResourcePool href "../ResourcePool/"
      NamedEntity <|-- NLPComponent
        click NLPComponent href "../NLPComponent/"
      NamedEntity <|-- ComputerVisionFunction
        click ComputerVisionFunction href "../ComputerVisionFunction/"
      NamedEntity <|-- AIApplication
        click AIApplication href "../AIApplication/"
      NamedEntity <|-- Task
        click Task href "../Task/"
      NamedEntity <|-- Prediction
        click Prediction href "../Prediction/"
      NamedEntity <|-- Decision
        click Decision href "../Decision/"
      NamedEntity <|-- Action
        click Action href "../Action/"
      NamedEntity <|-- InferenceEngine
        click InferenceEngine href "../InferenceEngine/"
      NamedEntity <|-- ExpertSystem
        click ExpertSystem href "../ExpertSystem/"
      NamedEntity <|-- DataProcess
        click DataProcess href "../DataProcess/"
      NamedEntity <|-- DataSample
        click DataSample href "../DataSample/"
      NamedEntity <|-- DataLabel
        click DataLabel href "../DataLabel/"
      NamedEntity <|-- GroundTruthRecord
        click GroundTruthRecord href "../GroundTruthRecord/"
      NamedEntity <|-- Robot
        click Robot href "../Robot/"
      NamedEntity <|-- IoTDevice
        click IoTDevice href "../IoTDevice/"
      NamedEntity <|-- IoTSystem
        click IoTSystem href "../IoTSystem/"
      NamedEntity <|-- CyberPhysicalSystem
        click CyberPhysicalSystem href "../CyberPhysicalSystem/"
      NamedEntity <|-- AbbreviationEntry
        click AbbreviationEntry href "../AbbreviationEntry/"
      NamedEntity <|-- AutonomyAssessment
        click AutonomyAssessment href "../AutonomyAssessment/"
      NamedEntity <|-- VerificationValidationFramework
        click VerificationValidationFramework href "../VerificationValidationFramework/"
      NamedEntity <|-- Recommendation
        click Recommendation href "../Recommendation/"
      NamedEntity <|-- EvaluationMetric
        click EvaluationMetric href "../EvaluationMetric/"
      NamedEntity <|-- Threshold
        click Threshold href "../Threshold/"
      NamedEntity <|-- DataDrift
        click DataDrift href "../DataDrift/"
      NamedEntity <|-- CatastrophicForgetting
        click CatastrophicForgetting href "../CatastrophicForgetting/"
      NamedEntity <|-- FaultToleranceMechanism
        click FaultToleranceMechanism href "../FaultToleranceMechanism/"
      NamedEntity <|-- RiskItem
        click RiskItem href "../RiskItem/"
      NamedEntity <|-- InputData
        click InputData href "../InputData/"
      NamedEntity <|-- Inference
        click Inference href "../Inference/"
      NamedEntity <|-- OECDLifecycleMapping
        click OECDLifecycleMapping href "../OECDLifecycleMapping/"
      NamedEntity <|-- Organization
        click Organization href "../Organization/"
      NamedEntity <|-- InterestedParty
        click InterestedParty href "../InterestedParty/"

      NamedEntity : aliases

      NamedEntity : clause_reference

      NamedEntity : description

      NamedEntity : id

      NamedEntity : name

      NamedEntity : preferred_label

      NamedEntity : see_also_uri

Inheritance

Class Properties

Property Value
Class URI schema:Thing

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
Unique CURIE or URI identifying the entity direct
name 1
String
Human-readable label for the entity direct
description 0..1
String
Free-text description of the entity (paraphrased; verbatim ISO text excluded) direct
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e direct
aliases *
String
Alternative names or synonyms for the term direct
preferred_label 0..1
String
Preferred natural-language label direct
see_also_uri *
Uriorcurie
Pointers to related external resources or term records direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self schema:Thing
native iso22989:NamedEntity
exact iso29100:NamedEntity
close nist_ai_rmf_common:NamedThing, uco_core:UcoThing

LinkML Source

Direct

name: NamedEntity
description: Abstract base class for any addressable entity in the schema, carrying
  identity, label and clause-reference metadata.
from_schema: https://w3id.org/lmodel/iso22989
exact_mappings:
- iso29100:NamedEntity
close_mappings:
- nist_ai_rmf_common:NamedThing
- uco_core:UcoThing
abstract: true
slots:
- id
- name
- description
- clause_reference
- aliases
- preferred_label
- see_also_uri
class_uri: schema:Thing

Induced

name: NamedEntity
description: Abstract base class for any addressable entity in the schema, carrying
  identity, label and clause-reference metadata.
from_schema: https://w3id.org/lmodel/iso22989
exact_mappings:
- iso29100:NamedEntity
close_mappings:
- nist_ai_rmf_common:NamedThing
- uco_core:UcoThing
abstract: true
attributes:
  id:
    name: id
    description: Unique CURIE or URI identifying the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: Human-readable label for the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    exact_mappings:
    - dcterms:title
    - schema:name
    rank: 1000
    slot_uri: schema:name
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: string
    required: true
  description:
    name: description
    description: Free-text description of the entity (paraphrased; verbatim ISO text
      excluded).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:description
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: string
  clause_reference:
    name: clause_reference
    description: ISO/IEC 22989:2022 clause identifier (e.g. "5.11.4") the element
      corresponds to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: NamedEntity
    domain_of:
    - NamedEntity
    - AutonomyAssessment
    - VerificationValidationFramework
    range: string
    pattern: ^[0-9]+(\.[0-9]+){0,3}$
  aliases:
    name: aliases
    description: Alternative names or synonyms for the term.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:altLabel
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: string
    multivalued: true
  preferred_label:
    name: preferred_label
    description: Preferred natural-language label.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:prefLabel
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: string
  see_also_uri:
    name: see_also_uri
    description: Pointers to related external resources or term records.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true
class_uri: schema:Thing