Skip to content

UsageTermsAndConditions

Terms and Conditions applying to the usage of a digital service.

URI: gx:class/UsageTermsAndConditions

 classDiagram
    class UsageTermsAndConditions
    click UsageTermsAndConditions href "../UsageTermsAndConditions"
      UsageTermsAndConditions : hash




    UsageTermsAndConditions --> "1" String : hash
    click String href "../String"


      UsageTermsAndConditions : url




    UsageTermsAndConditions --> "1" Uri : url
    click Uri href "../Uri"


Slots

Name Cardinality and Range Description Inheritance
url 1
xsd:anyURI
A resolvable link to the terms & conditions document direct
hash 1
xsd:string
SHA-256 hash of the document direct

Usages

used by used in type used
DigitalServiceOffering digitalServiceUsageTermsAndConditions range UsageTermsAndConditions
DataProduct digitalServiceUsageTermsAndConditions range UsageTermsAndConditions

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#digital-service-offering

LinkML Source

Direct

name: UsageTermsAndConditions
description: Terms and Conditions applying to the usage of a digital service.
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
slots:
- url
- hash
slot_usage:
  url:
    name: url
    description: A resolvable link to the terms & conditions document.
  hash:
    name: hash
    description: SHA-256 hash of the document.
    required: true

Induced

name: UsageTermsAndConditions
description: Terms and Conditions applying to the usage of a digital service.
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
slot_usage:
  url:
    name: url
    description: A resolvable link to the terms & conditions document.
  hash:
    name: hash
    description: SHA-256 hash of the document.
    required: true
attributes:
  url:
    name: url
    description: A resolvable link to the terms & conditions document.
    title: URL
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: url
    owner: UsageTermsAndConditions
    domain_of:
    - TermsAndConditions
    - ContactInformation
    - LegalDocument
    - ServiceTermsAndConditions
    - UsageTermsAndConditions
    range: uri
    required: true
  hash:
    name: hash
    description: SHA-256 hash of the document.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: hash
    owner: UsageTermsAndConditions
    domain_of:
    - TermsAndConditions
    - ServiceTermsAndConditions
    - UsageTermsAndConditions
    range: string
    required: true