Skip to content

Class: AIStakeholderRole

Stakeholder role enacted by an organisation or individual in relation to an AI system (Clause 5.19).

URI: iso22989:AIStakeholderRole

 classDiagram
    class AIStakeholderRole
    click AIStakeholderRole href "../AIStakeholderRole/"
      NamedEntity <|-- AIStakeholderRole
        click NamedEntity href "../NamedEntity/"


      AIStakeholderRole <|-- AIProvider
        click AIProvider href "../AIProvider/"
      AIStakeholderRole <|-- AIProducer
        click AIProducer href "../AIProducer/"
      AIStakeholderRole <|-- AICustomer
        click AICustomer href "../AICustomer/"
      AIStakeholderRole <|-- AIPartner
        click AIPartner href "../AIPartner/"
      AIStakeholderRole <|-- AISubject
        click AISubject href "../AISubject/"
      AIStakeholderRole <|-- RelevantAuthority
        click RelevantAuthority href "../RelevantAuthority/"


      AIStakeholderRole : aliases

      AIStakeholderRole : clause_reference

      AIStakeholderRole : contact

      AIStakeholderRole : description

      AIStakeholderRole : id

      AIStakeholderRole : name

      AIStakeholderRole : organization_name

      AIStakeholderRole : preferred_label

      AIStakeholderRole : responsibilities

      AIStakeholderRole : see_also_uri

      AIStakeholderRole : stakeholder_role_type





        AIStakeholderRole --> "1" AIStakeholderRoleType : stakeholder_role_type
        click AIStakeholderRoleType href "../AIStakeholderRoleType/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
stakeholder_role_type 1
AIStakeholderRoleType
Canonical stakeholder role type as defined in Clause 5 direct
organization_name 0..1
String
Name of the organisation acting in the stakeholder role direct
contact 0..1
String
Contact identifier (e direct
responsibilities *
String
Free-text statements of responsibility direct
id 1
Uriorcurie
Unique CURIE or URI identifying the entity NamedEntity
name 1
String
Human-readable label for the entity NamedEntity
description 0..1
String
Free-text description of the entity (paraphrased; verbatim ISO text excluded) NamedEntity
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e NamedEntity
aliases *
String
Alternative names or synonyms for the term NamedEntity
preferred_label 0..1
String
Preferred natural-language label NamedEntity
see_also_uri *
Uriorcurie
Pointers to related external resources or term records NamedEntity

Usages

used by used in type used
AISystem stakeholders range AIStakeholderRole
AIEcosystem ai_stakeholder_roles range AIStakeholderRole
DataProcess executed_by range AIStakeholderRole
DataLabel annotator range AIStakeholderRole
AIConceptsCollection ai_stakeholder_roles range AIStakeholderRole
RiskItem affected_stakeholders range AIStakeholderRole

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:AIStakeholderRole
native iso22989:AIStakeholderRole
close nist_ai_100_1:AiActor

LinkML Source

Direct

name: AIStakeholderRole
description: Stakeholder role enacted by an organisation or individual in relation
  to an AI system (Clause 5.19).
in_subset:
- ai_stakeholders
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- nist_ai_100_1:AiActor
is_a: NamedEntity
slots:
- stakeholder_role_type
- organization_name
- contact
- responsibilities

Induced

name: AIStakeholderRole
description: Stakeholder role enacted by an organisation or individual in relation
  to an AI system (Clause 5.19).
in_subset:
- ai_stakeholders
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- nist_ai_100_1:AiActor
is_a: NamedEntity
attributes:
  stakeholder_role_type:
    name: stakeholder_role_type
    description: Canonical stakeholder role type as defined in Clause 5.19.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIStakeholderRole
    domain_of:
    - AIStakeholderRole
    range: AIStakeholderRoleType
    required: true
  organization_name:
    name: organization_name
    description: Name of the organisation acting in the stakeholder role.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIStakeholderRole
    domain_of:
    - AIStakeholderRole
    range: string
  contact:
    name: contact
    description: Contact identifier (e.g. email) for the stakeholder.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIStakeholderRole
    domain_of:
    - AIStakeholderRole
    range: string
  responsibilities:
    name: responsibilities
    description: Free-text statements of responsibility.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIStakeholderRole
    domain_of:
    - AIStakeholderRole
    range: string
    multivalued: true
  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: AIStakeholderRole
    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: AIStakeholderRole
    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: AIStakeholderRole
    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: AIStakeholderRole
    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: AIStakeholderRole
    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: AIStakeholderRole
    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: AIStakeholderRole
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true