DataLicense
A contract template which contains the constraints (terms and conditions) associated with the data included in the Data Usage Agreement. All the terms and conditions of the Data Usage Consent must be subsumed in the Data License for all data included in the product.
URI: gx:DataLicense
classDiagram
class DataLicense
click DataLicense href "../DataLicense"
DataLicense : licenses
DataLicense --> "*" String : licenses
click String href "../String"
DataLicense : termsAndConditions
DataLicense --> "1" String : termsAndConditions
click String href "../String"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
licenses | * xsd:string |
A list of URIs to license documents | direct |
termsAndConditions | 1 xsd:string |
A resolvable link to the Terms and Conditions applying to that service | direct |
Usages
used by | used in | type | used |
---|---|---|---|
DataProductDescription | dataLicense | range | DataLicense |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#data-license
LinkML Source
Direct
name: DataLicense
description: A contract template which contains the constraints (terms and conditions)
associated with the data included in the Data Usage Agreement. All the terms and
conditions of the Data Usage Consent must be subsumed in the Data License for all
data included in the product.
from_schema: https://w3id.org/gaia-x/development#data-license
slots:
- licenses
- termsAndConditions
Induced
name: DataLicense
description: A contract template which contains the constraints (terms and conditions)
associated with the data included in the Data Usage Agreement. All the terms and
conditions of the Data Usage Consent must be subsumed in the Data License for all
data included in the product.
from_schema: https://w3id.org/gaia-x/development#data-license
attributes:
licenses:
name: licenses
description: A list of URIs to license documents.
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: dcterms:license
alias: licenses
owner: DataLicense
domain_of:
- DataLicense
range: string
multivalued: true
termsAndConditions:
name: termsAndConditions
description: A resolvable link to the Terms and Conditions applying to that service.
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: gx:termsAndConditions
alias: termsAndConditions
owner: DataLicense
domain_of:
- DataLicense
range: string
required: true