Skip to content

DataProductDescription

the full description of the Data Product service offering

URI: gx:class/DataProductDescription

 classDiagram
    class DataProductDescription
    click DataProductDescription href "../DataProductDescription"
      DataProductDescription : dataLicense




    DataProductDescription --> "0..1" DataLicense : dataLicense
    click DataLicense href "../DataLicense"


      DataProductDescription : dataProductConfigurationParameters




    DataProductDescription --> "1..*" DataProductConfigurationParameter : dataProductConfigurationParameters
    click DataProductConfigurationParameter href "../DataProductConfigurationParameter"


      DataProductDescription : dataSets




    DataProductDescription --> "1..*" String : dataSets
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
dataSets 1..*
xsd:string
description of the data sets provided by the Data Product - using DCAT-3 form... direct
dataProductConfigurationParameters 1..*
DataProductConfigurationParameter
the parameters enabling to define the scope/extend of the service instance direct
dataLicense 0..1
DataLicense
List of data access and data usage constraints defined by the data Rights Hol... direct

Usages

used by used in type used
DataProduct dataProductDescription range DataProductDescription

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#data-product

LinkML Source

Direct

name: DataProductDescription
description: the full description of the Data Product service offering
from_schema: https://w3id.org/gaia-x/development#data-product
slots:
- dataSets
- dataProductConfigurationParameters
- dataLicense

Induced

name: DataProductDescription
description: the full description of the Data Product service offering
from_schema: https://w3id.org/gaia-x/development#data-product
attributes:
  dataSets:
    name: dataSets
    description: description of the data sets provided by the Data Product - using
      DCAT-3 formalism
    from_schema: https://w3id.org/gaia-x/development#data-product
    slot_uri: dcat:Dataset
    alias: dataSets
    owner: DataProductDescription
    domain_of:
    - DataProductDescription
    range: string
    required: true
    multivalued: true
  dataProductConfigurationParameters:
    name: dataProductConfigurationParameters
    description: the parameters enabling to define the scope/extend of the service
      instance
    from_schema: https://w3id.org/gaia-x/development#data-product
    alias: dataProductConfigurationParameters
    owner: DataProductDescription
    domain_of:
    - DataProductDescription
    range: DataProductConfigurationParameter
    required: true
    multivalued: true
  dataLicense:
    name: dataLicense
    description: List of data access and data usage constraints defined by the data
      Rights Holders - preferably expressed as a Data Usage Agreement (DUA) template
    from_schema: https://w3id.org/gaia-x/development#data-product
    alias: dataLicense
    owner: DataProductDescription
    domain_of:
    - DataProductDescription
    range: DataLicense
    required: false
    multivalued: false