DataProduct
A collection of data which is packaged by a Data Provider and made ready for Data Access.
URI: gx:class/DataProduct
classDiagram
class DataProduct
click DataProduct href "../DataProduct"
DigitalServiceOffering <|-- DataProduct
click DigitalServiceOffering href "../DigitalServiceOffering"
DataProduct : dataProductDescription
DataProduct --> "1" DataProductDescription : dataProductDescription
click DataProductDescription href "../DataProductDescription"
DataProduct : dataRightsHolders
DataProduct --> "*" LegalPerson : dataRightsHolders
click LegalPerson href "../LegalPerson"
DataProduct : description
DataProduct --> "0..1" String : description
click String href "../String"
DataProduct : digitalServiceLegalDocuments
DataProduct --> "1..*" LegalDocument : digitalServiceLegalDocuments
click LegalDocument href "../LegalDocument"
DataProduct : digitalServiceOfferingContactInformation
DataProduct --> "0..1" ContactInformation : digitalServiceOfferingContactInformation
click ContactInformation href "../ContactInformation"
DataProduct : digitalServiceOfferingEndDate
DataProduct --> "0..1" String : digitalServiceOfferingEndDate
click String href "../String"
DataProduct : digitalServiceOfferingIdentifier
DataProduct --> "1" String : digitalServiceOfferingIdentifier
click String href "../String"
DataProduct : digitalServiceOfferingLaunchDate
DataProduct --> "1" String : digitalServiceOfferingLaunchDate
click String href "../String"
DataProduct : digitalServiceOfferingName
DataProduct --> "1" String : digitalServiceOfferingName
click String href "../String"
DataProduct : digitalServiceOfferingProvider
DataProduct --> "1" LegalPerson : digitalServiceOfferingProvider
click LegalPerson href "../LegalPerson"
DataProduct : digitalServiceOfferingShortDescription
DataProduct --> "1" String : digitalServiceOfferingShortDescription
click String href "../String"
DataProduct : digitalServiceOfferingTermsAndConditions
DataProduct --> "1" ServiceTermsAndConditions : digitalServiceOfferingTermsAndConditions
click ServiceTermsAndConditions href "../ServiceTermsAndConditions"
DataProduct : digitalServiceUsageDataPolicy
DataProduct --> "1" TermsAndConditions : digitalServiceUsageDataPolicy
click TermsAndConditions href "../TermsAndConditions"
DataProduct : digitalServiceUsageTermsAndConditions
DataProduct --> "1" UsageTermsAndConditions : digitalServiceUsageTermsAndConditions
click UsageTermsAndConditions href "../UsageTermsAndConditions"
DataProduct : keyword
DataProduct --> "*" String : keyword
click String href "../String"
DataProduct : name
DataProduct --> "0..1" String : name
click String href "../String"
Inheritance
- GaiaXEntity
- DigitalServiceOffering
- DataProduct
- DigitalServiceOffering
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dataProductDescription | 1 DataProductDescription |
description of the Data Product | direct |
| dataRightsHolders | * LegalPerson |
A list of persons holding legal rights on the data contained in the Data Prod... | direct |
| digitalServiceOfferingName | 1 xsd:string |
A human redable name of the service offering | DigitalServiceOffering |
| digitalServiceOfferingShortDescription | 1 xsd:string |
a short textual description (not contractual) | DigitalServiceOffering |
| digitalServiceOfferingProvider | 1 LegalPerson |
A resolvable link to Gaia-X Credential of the participant providing the servi... | DigitalServiceOffering |
| digitalServiceOfferingIdentifier | 1 xsd:string |
a unique UUIDIdentifier4 | DigitalServiceOffering |
| keyword | * xsd:string |
Keywords that describe / tag the service | DigitalServiceOffering |
| digitalServiceOfferingLaunchDate | 1 xsd:string |
Date and time when the service offering can be instanciated (the service can ... | DigitalServiceOffering |
| digitalServiceOfferingEndDate | 0..1 xsd:string |
Date and time when the service instances will be stopped | DigitalServiceOffering |
| digitalServiceOfferingTermsAndConditions | 1 ServiceTermsAndConditions |
the terms and conditions that apply to the provider (SLA, | DigitalServiceOffering |
| digitalServiceUsageTermsAndConditions | 1 UsageTermsAndConditions |
the terms and conditions that apply to the consumer (payment, no-resell, | DigitalServiceOffering |
| digitalServiceUsageDataPolicy | 1 TermsAndConditions |
define how the supplier can use the data related to the customer usage of the... | DigitalServiceOffering |
| digitalServiceLegalDocuments | 1..* LegalDocument |
A list of legal documents governing the service offering delivery and the ser... | DigitalServiceOffering |
| digitalServiceOfferingContactInformation | 0..1 ContactInformation |
The contact information where the prospect / customer can contact the provide... | DigitalServiceOffering |
| name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
| description | 0..1 xsd:string |
GaiaXEntity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#data-product
LinkML Source
Direct
name: DataProduct
description: A collection of data which is packaged by a Data Provider and made ready
for Data Access.
from_schema: https://w3id.org/gaia-x/development#data-product
is_a: DigitalServiceOffering
slots:
- dataProductDescription
- dataRightsHolders
Induced
name: DataProduct
description: A collection of data which is packaged by a Data Provider and made ready
for Data Access.
from_schema: https://w3id.org/gaia-x/development#data-product
is_a: DigitalServiceOffering
attributes:
dataProductDescription:
name: dataProductDescription
description: description of the Data Product
from_schema: https://w3id.org/gaia-x/development#data-product
alias: dataProductDescription
owner: DataProduct
domain_of:
- DataProduct
range: DataProductDescription
required: true
multivalued: false
dataRightsHolders:
name: dataRightsHolders
description: A list of persons holding legal rights on the data contained in the
Data Product - expressed as identities recognized by the ecosystem
from_schema: https://w3id.org/gaia-x/development#data-product
alias: dataRightsHolders
owner: DataProduct
domain_of:
- DataProduct
range: LegalPerson
required: false
multivalued: true
digitalServiceOfferingName:
name: digitalServiceOfferingName
description: A human redable name of the service offering
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingName
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: string
required: true
digitalServiceOfferingShortDescription:
name: digitalServiceOfferingShortDescription
description: a short textual description (not contractual)
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingShortDescription
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: string
required: true
digitalServiceOfferingProvider:
name: digitalServiceOfferingProvider
description: A resolvable link to Gaia-X Credential of the participant providing
the service.
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingProvider
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: LegalPerson
required: true
digitalServiceOfferingIdentifier:
name: digitalServiceOfferingIdentifier
description: a unique UUIDIdentifier4
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingIdentifier
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: string
required: true
keyword:
name: keyword
description: Keywords that describe / tag the service.
from_schema: https://w3id.org/gaia-x/development#slots
alias: keyword
owner: DataProduct
domain_of:
- ServiceOffering
- DigitalServiceOffering
range: string
multivalued: true
digitalServiceOfferingLaunchDate:
name: digitalServiceOfferingLaunchDate
description: Date and time when the service offering can be instanciated (the
service can be ordered before)
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingLaunchDate
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: string
required: true
digitalServiceOfferingEndDate:
name: digitalServiceOfferingEndDate
description: Date and time when the service instances will be stopped
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingEndDate
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: string
required: false
digitalServiceOfferingTermsAndConditions:
name: digitalServiceOfferingTermsAndConditions
description: the terms and conditions that apply to the provider (SLA, ...)
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingTermsAndConditions
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: ServiceTermsAndConditions
required: true
digitalServiceUsageTermsAndConditions:
name: digitalServiceUsageTermsAndConditions
description: the terms and conditions that apply to the consumer (payment, no-resell,
...)
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceUsageTermsAndConditions
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: UsageTermsAndConditions
required: true
digitalServiceUsageDataPolicy:
name: digitalServiceUsageDataPolicy
description: define how the supplier can use the data related to the customer
usage of the service offering
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceUsageDataPolicy
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: TermsAndConditions
required: true
digitalServiceLegalDocuments:
name: digitalServiceLegalDocuments
description: A list of legal documents governing the service offering delivery
and the service offering usage and the contractual relationhips between the
service provider and the service customer in relation to the service offering.
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceLegalDocuments
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: LegalDocument
required: true
multivalued: true
digitalServiceOfferingContactInformation:
name: digitalServiceOfferingContactInformation
description: The contact information where the prospect / customer can contact
the provider for this service offering.
from_schema: https://w3id.org/gaia-x/development#digital-service-offering
alias: digitalServiceOfferingContactInformation
owner: DataProduct
domain_of:
- DigitalServiceOffering
range: ContactInformation
required: false
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: DataProduct
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: DataProduct
domain_of:
- GaiaXEntity
- Measure
range: string