Skip to content

ServiceTermsAndConditions

Terms and Conditions applying to a digital service offering.

URI: gx:class/ServiceTermsAndConditions

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




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


      ServiceTermsAndConditions : url




    ServiceTermsAndConditions --> "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 digitalServiceOfferingTermsAndConditions range ServiceTermsAndConditions
DataProduct digitalServiceOfferingTermsAndConditions range ServiceTermsAndConditions

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: ServiceTermsAndConditions
description: Terms and Conditions applying to a digital service offering.
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: ServiceTermsAndConditions
description: Terms and Conditions applying to a digital service offering.
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: ServiceTermsAndConditions
    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: ServiceTermsAndConditions
    domain_of:
    - TermsAndConditions
    - ServiceTermsAndConditions
    - UsageTermsAndConditions
    range: string
    required: true