TermsAndConditions
Terms and Conditions applying to a service offering.
classDiagram
class TermsAndConditions
click TermsAndConditions href "../TermsAndConditions"
TermsAndConditions : hash
TermsAndConditions --> "1" String : hash
click String href "../String"
TermsAndConditions : url
TermsAndConditions --> "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
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#service-offering
LinkML Source
Direct
name: TermsAndConditions
description: Terms and Conditions applying to a service offering.
from_schema: https://w3id.org/gaia-x/development#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: TermsAndConditions
description: Terms and Conditions applying to a service offering.
from_schema: https://w3id.org/gaia-x/development#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: TermsAndConditions
domain_of:
- TermsAndConditions
- ContactInformation
- LegalDocument
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: TermsAndConditions
domain_of:
- TermsAndConditions
- Distribution
range: string
required: true