Skip to content

A particular trust scope for an ecosystem

The explicitly recognized and named trust scope of a set of certain trust service providers (TSP) and verifiable credentials they issue. This trust scope of (or for) a particular ecosystem has the meaning that participants within the ecosystem accept verifiable credentials issued by these TSPs for matters related to this trust scope; it is the scope of trust for this set of credentials.

URI: gx:class/EcoTrustScope

 classDiagram
    class EcoTrustScope
    click EcoTrustScope href "../EcoTrustScope"
      GaiaXEntity <|-- EcoTrustScope
        click GaiaXEntity href "../GaiaXEntity"

      EcoTrustScope : description




    EcoTrustScope --> "0..1" String : description
    click String href "../String"


      EcoTrustScope : ecoTrustServiceProvider




    EcoTrustScope --> "1..*" EcoTSP : ecoTrustServiceProvider
    click EcoTSP href "../EcoTSP"


      EcoTrustScope : name




    EcoTrustScope --> "0..1" String : name
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
ecoTrustServiceProvider 1..*
EcoTSP
direct
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
GaiaXEntity

Usages

used by used in type used
Ecosystem ecoTrustScope range EcoTrustScope

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#meta-registry

LinkML Source

Direct

name: EcoTrustScope
description: The explicitly recognized and named trust scope of a set of certain trust
  service providers (TSP) and verifiable credentials they issue. This trust scope
  of (or for) a particular ecosystem has the meaning that participants within the
  ecosystem accept verifiable credentials issued by these TSPs for matters related
  to this trust scope; it is the scope of trust for this set of credentials.
title: A particular trust scope for an ecosystem
from_schema: https://w3id.org/gaia-x/development#meta-registry
is_a: GaiaXEntity
slots:
- ecoTrustServiceProvider

Induced

name: EcoTrustScope
description: The explicitly recognized and named trust scope of a set of certain trust
  service providers (TSP) and verifiable credentials they issue. This trust scope
  of (or for) a particular ecosystem has the meaning that participants within the
  ecosystem accept verifiable credentials issued by these TSPs for matters related
  to this trust scope; it is the scope of trust for this set of credentials.
title: A particular trust scope for an ecosystem
from_schema: https://w3id.org/gaia-x/development#meta-registry
is_a: GaiaXEntity
attributes:
  ecoTrustServiceProvider:
    name: ecoTrustServiceProvider
    title: Trust Service Provider
    from_schema: https://w3id.org/gaia-x/development#meta-registry
    alias: ecoTrustServiceProvider
    owner: EcoTrustScope
    domain_of:
    - EcoTrustScope
    range: EcoTSP
    required: true
    multivalued: true
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:name
    alias: name
    owner: EcoTrustScope
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:description
    alias: description
    owner: EcoTrustScope
    domain_of:
    - GaiaXEntity
    - Measure
    range: string