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 uri |
A resolvable link to document | direct |
hash | 1 xsd:string |
sha256 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
attributes:
url:
name: url
description: A resolvable link to document.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- TermsAndConditions
- LegalDocument
range: uri
required: true
hash:
name: hash
description: sha256 hash of the document.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- TermsAndConditions
- Distribution
range: string
required: true
Induced
name: TermsAndConditions
description: Terms and Conditions applying to a service offering.
from_schema: https://w3id.org/gaia-x/development#service-offering
attributes:
url:
name: url
description: A resolvable link to document.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: url
owner: TermsAndConditions
domain_of:
- TermsAndConditions
- LegalDocument
range: uri
required: true
hash:
name: hash
description: sha256 hash of the document.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: hash
owner: TermsAndConditions
domain_of:
- TermsAndConditions
- Distribution
range: string
required: true