Skip to content

Class: TrustworthinessProperty

Claim about a trustworthiness property of an AI system or model, with evidence and measurement metadata.

URI: iso22989:TrustworthinessProperty

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

      TrustworthinessProperty : aliases

      TrustworthinessProperty : applicable_biases





        TrustworthinessProperty --> "*" BiasType : applicable_biases
        click BiasType href "../BiasType/"



      TrustworthinessProperty : clause_reference

      TrustworthinessProperty : confidence_score

      TrustworthinessProperty : description

      TrustworthinessProperty : id

      TrustworthinessProperty : measurement_method

      TrustworthinessProperty : name

      TrustworthinessProperty : preferred_label

      TrustworthinessProperty : property_evidence

      TrustworthinessProperty : see_also_uri

      TrustworthinessProperty : trustworthiness_property_type





        TrustworthinessProperty --> "1" TrustworthinessPropertyType : trustworthiness_property_type
        click TrustworthinessPropertyType href "../TrustworthinessPropertyType/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
trustworthiness_property_type 1
TrustworthinessPropertyType
Which trustworthiness property is being characterised direct
property_evidence *
String
References to evidence supporting the property claim direct
measurement_method 0..1
String
How the property was assessed or measured direct
applicable_biases *
BiasType
Bias categories considered relevant to this property assessment direct
confidence_score 0..1
ConfidenceScore
Normalised confidence in the property claim 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 trustworthiness_properties range TrustworthinessProperty
AIConceptsCollection trustworthiness_records range TrustworthinessProperty

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:TrustworthinessProperty
native iso22989:TrustworthinessProperty
related nist_ai_rmf:TrustworthinessCharacteristic, iso29100:PrivacyFramework
close nist_ai_rmf_common:TrustworthinessCharacteristicEnum

LinkML Source

Direct

name: TrustworthinessProperty
description: Claim about a trustworthiness property of an AI system or model, with
  evidence and measurement metadata.
in_subset:
- trustworthiness
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- nist_ai_rmf_common:TrustworthinessCharacteristicEnum
related_mappings:
- nist_ai_rmf:TrustworthinessCharacteristic
- iso29100:PrivacyFramework
is_a: NamedEntity
slots:
- trustworthiness_property_type
- property_evidence
- measurement_method
- applicable_biases
- confidence_score

Induced

name: TrustworthinessProperty
description: Claim about a trustworthiness property of an AI system or model, with
  evidence and measurement metadata.
in_subset:
- trustworthiness
from_schema: https://w3id.org/lmodel/iso22989
close_mappings:
- nist_ai_rmf_common:TrustworthinessCharacteristicEnum
related_mappings:
- nist_ai_rmf:TrustworthinessCharacteristic
- iso29100:PrivacyFramework
is_a: NamedEntity
attributes:
  trustworthiness_property_type:
    name: trustworthiness_property_type
    description: Which trustworthiness property is being characterised.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: TrustworthinessProperty
    domain_of:
    - TrustworthinessProperty
    range: TrustworthinessPropertyType
    required: true
  property_evidence:
    name: property_evidence
    description: References to evidence supporting the property claim.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: TrustworthinessProperty
    domain_of:
    - TrustworthinessProperty
    range: string
    multivalued: true
  measurement_method:
    name: measurement_method
    description: How the property was assessed or measured.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: TrustworthinessProperty
    domain_of:
    - TrustworthinessProperty
    range: string
  applicable_biases:
    name: applicable_biases
    description: Bias categories considered relevant to this property assessment.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: TrustworthinessProperty
    domain_of:
    - TrustworthinessProperty
    range: BiasType
    multivalued: true
  confidence_score:
    name: confidence_score
    description: Normalised confidence in the property claim.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: TrustworthinessProperty
    domain_of:
    - TrustworthinessProperty
    range: ConfidenceScore
  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: TrustworthinessProperty
    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: TrustworthinessProperty
    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: TrustworthinessProperty
    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: TrustworthinessProperty
    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: TrustworthinessProperty
    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: TrustworthinessProperty
    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: TrustworthinessProperty
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true