Skip to content

Class: AIApplication

Description of an AI application instance situated in a domain (Clause 10).

URI: iso22989:AIApplication

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

      AIApplication : aliases

      AIApplication : application_domain





        AIApplication --> "*" AIApplicationDomain : application_domain
        click AIApplicationDomain href "../AIApplicationDomain/"



      AIApplication : clause_reference

      AIApplication : description

      AIApplication : hosting_system





        AIApplication --> "0..1" AISystem : hosting_system
        click AISystem href "../AISystem/"



      AIApplication : id

      AIApplication : intended_purpose

      AIApplication : jurisdictional_issues





        AIApplication --> "*" JurisdictionalIssueType : jurisdictional_issues
        click JurisdictionalIssueType href "../JurisdictionalIssueType/"



      AIApplication : name

      AIApplication : preferred_label

      AIApplication : see_also_uri

      AIApplication : societal_impacts





        AIApplication --> "*" SocietalImpactCategory : societal_impacts
        click SocietalImpactCategory href "../SocietalImpactCategory/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
application_domain *
AIApplicationDomain
Application domain(s) the AI system targets direct
intended_purpose 0..1
String
Stated intended purpose of the AI system direct
jurisdictional_issues *
JurisdictionalIssueType
Jurisdictional issues considered in scope for the application direct
societal_impacts *
SocietalImpactCategory
Societal impact categories considered in scope direct
hosting_system 0..1
AISystem
AI system that provides the application 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
AIConceptsCollection ai_applications range AIApplication

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:AIApplication
native iso22989:AIApplication

LinkML Source

Direct

name: AIApplication
description: Description of an AI application instance situated in a domain (Clause
  10).
in_subset:
- ai_applications_domain
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
slots:
- application_domain
- intended_purpose
- jurisdictional_issues
- societal_impacts
attributes:
  hosting_system:
    name: hosting_system
    description: AI system that provides the application.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - AIApplication
    range: AISystem
    inlined: false

Induced

name: AIApplication
description: Description of an AI application instance situated in a domain (Clause
  10).
in_subset:
- ai_applications_domain
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  hosting_system:
    name: hosting_system
    description: AI system that provides the application.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIApplication
    domain_of:
    - AIApplication
    range: AISystem
    inlined: false
  application_domain:
    name: application_domain
    description: Application domain(s) the AI system targets.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIApplication
    domain_of:
    - AISystem
    - AIApplication
    range: AIApplicationDomain
    multivalued: true
  intended_purpose:
    name: intended_purpose
    description: Stated intended purpose of the AI system.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIApplication
    domain_of:
    - AISystem
    - AIApplication
    range: string
  jurisdictional_issues:
    name: jurisdictional_issues
    description: Jurisdictional issues considered in scope for the application.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIApplication
    domain_of:
    - AISystem
    - AIApplication
    range: JurisdictionalIssueType
    multivalued: true
  societal_impacts:
    name: societal_impacts
    description: Societal impact categories considered in scope.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: AIApplication
    domain_of:
    - AISystem
    - AIApplication
    range: SocietalImpactCategory
    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: AIApplication
    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: AIApplication
    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: AIApplication
    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: AIApplication
    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: AIApplication
    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: AIApplication
    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: AIApplication
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true