Skip to content

Label Credential

Gaia-X compliance engine issued credential representing a Gaia-X conformity label level.

URI: gx:LabelCredential

 classDiagram
    class LabelCredential
    click LabelCredential href "../LabelCredential"
      LabelCredential : compliantCredentials




    LabelCredential --> "1..*" CompliantCredential : compliantCredentials
    click CompliantCredential href "../CompliantCredential"


      LabelCredential : engineVersion




    LabelCredential --> "1" String : engineVersion
    click String href "../String"


      LabelCredential : labelLevel




    LabelCredential --> "1" LabelLevel : labelLevel
    click LabelLevel href "../LabelLevel"


      LabelCredential : rulesVersion




    LabelCredential --> "1" String : rulesVersion
    click String href "../String"


      LabelCredential : validatedCriteria




    LabelCredential --> "1..*" String : validatedCriteria
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
labelLevel 1
LabelLevel
Abbreviated conformity level of the label credential (SC, L1, L2, direct
engineVersion 1
xsd:string
Gaia-X compliance engine version that delivered a label credential direct
rulesVersion 1
xsd:string
Gaia-X compliance document version from which the validated criteria originat... direct
validatedCriteria 1..*
xsd:string
Gaia-X compliance document version from which the validated criteria originat... direct
compliantCredentials 1..*
CompliantCredential
Credentials validated by the compliance engine and linked to a label credenti... direct

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: LabelCredential
description: Gaia-X compliance engine issued credential representing a Gaia-X conformity
  label level.
title: Label Credential
from_schema: https://w3id.org/gaia-x/development#compliance
attributes:
  labelLevel:
    name: labelLevel
    description: Abbreviated conformity level of the label credential (SC, L1, L2,
      ...).
    title: Label Level
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    domain_of:
    - LabelCredential
    range: LabelLevel
    required: true
  engineVersion:
    name: engineVersion
    description: Gaia-X compliance engine version that delivered a label credential.
    title: Engine Version
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    domain_of:
    - LabelCredential
    range: string
    required: true
  rulesVersion:
    name: rulesVersion
    description: Gaia-X compliance document version from which the validated criteria
      originate.
    title: Rules Version
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    domain_of:
    - LabelCredential
    range: string
    required: true
  validatedCriteria:
    name: validatedCriteria
    description: Gaia-X compliance document version from which the validated criteria
      originate.
    title: Validated Criteria
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    domain_of:
    - LabelCredential
    range: string
    required: true
    multivalued: true
  compliantCredentials:
    name: compliantCredentials
    description: Credentials validated by the compliance engine and linked to a label
      credential.
    title: Compliant Credentials
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    domain_of:
    - LabelCredential
    range: CompliantCredential
    required: true
    multivalued: true

Induced

name: LabelCredential
description: Gaia-X compliance engine issued credential representing a Gaia-X conformity
  label level.
title: Label Credential
from_schema: https://w3id.org/gaia-x/development#compliance
attributes:
  labelLevel:
    name: labelLevel
    description: Abbreviated conformity level of the label credential (SC, L1, L2,
      ...).
    title: Label Level
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    alias: labelLevel
    owner: LabelCredential
    domain_of:
    - LabelCredential
    range: LabelLevel
    required: true
  engineVersion:
    name: engineVersion
    description: Gaia-X compliance engine version that delivered a label credential.
    title: Engine Version
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    alias: engineVersion
    owner: LabelCredential
    domain_of:
    - LabelCredential
    range: string
    required: true
  rulesVersion:
    name: rulesVersion
    description: Gaia-X compliance document version from which the validated criteria
      originate.
    title: Rules Version
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    alias: rulesVersion
    owner: LabelCredential
    domain_of:
    - LabelCredential
    range: string
    required: true
  validatedCriteria:
    name: validatedCriteria
    description: Gaia-X compliance document version from which the validated criteria
      originate.
    title: Validated Criteria
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    alias: validatedCriteria
    owner: LabelCredential
    domain_of:
    - LabelCredential
    range: string
    required: true
    multivalued: true
  compliantCredentials:
    name: compliantCredentials
    description: Credentials validated by the compliance engine and linked to a label
      credential.
    title: Compliant Credentials
    from_schema: https://w3id.org/gaia-x/development#compliance
    rank: 1000
    alias: compliantCredentials
    owner: LabelCredential
    domain_of:
    - LabelCredential
    range: CompliantCredential
    required: true
    multivalued: true