DataProductDescription
The Description (as per Gaia-X Architecture Document) of a Data Product. Data Product Description contains a Data License.
URI: gx:DataProductDescription
classDiagram
class DataProductDescription
click DataProductDescription href "../DataProductDescription"
GaiaXEntity <|-- DataProductDescription
click GaiaXEntity href "../GaiaXEntity"
DataProductDescription : dataLicense
DataProductDescription --> "1" DataLicense : dataLicense
click DataLicense href "../DataLicense"
DataProductDescription : description
DataProductDescription --> "0..1" String : description
click String href "../String"
DataProductDescription : name
DataProductDescription --> "0..1" String : name
click String href "../String"
Inheritance
- GaiaXEntity
- DataProductDescription
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
dataLicense | 1 DataLicense |
A contract template which contains the constraints associated with the data i... | direct |
name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
description | 0..1 xsd:string |
GaiaXEntity |
Usages
used by | used in | type | used |
---|---|---|---|
DataProduct | describedBy | range | DataProductDescription |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#data-product-description
LinkML Source
Direct
name: DataProductDescription
description: The Description (as per Gaia-X Architecture Document) of a Data Product.
Data Product Description contains a Data License.
from_schema: https://w3id.org/gaia-x/development#data-product-description
is_a: GaiaXEntity
slots:
- dataLicense
Induced
name: DataProductDescription
description: The Description (as per Gaia-X Architecture Document) of a Data Product.
Data Product Description contains a Data License.
from_schema: https://w3id.org/gaia-x/development#data-product-description
is_a: GaiaXEntity
attributes:
dataLicense:
name: dataLicense
description: A contract template which contains the constraints associated with
the data included in the Data Usage Agreement.
from_schema: https://w3id.org/gaia-x/development#slots
alias: dataLicense
owner: DataProductDescription
domain_of:
- DataProductDescription
range: DataLicense
required: true
name:
name: name
description: A human readable name of the entity.
title: name
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: httpsschema:name
alias: name
owner: DataProductDescription
domain_of:
- GaiaXEntity
range: string
required: false
description:
name: description
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: httpsschema:description
alias: description
owner: DataProductDescription
domain_of:
- GaiaXEntity
- Measure
range: string