Skip to content

Distribution

URI: dcat:Distribution

 classDiagram
    class Distribution
    click Distribution href "../Distribution"
      GaiaXEntity <|-- Distribution
        click GaiaXEntity href "../GaiaXEntity"

      Distribution : byteSize




    Distribution --> "0..1" String : byteSize
    click String href "../String"


      Distribution : compressFormat




    Distribution --> "0..1" String : compressFormat
    click String href "../String"


      Distribution : dataLicensors




    Distribution --> "*" DataLicensor : dataLicensors
    click DataLicensor href "../DataLicensor"


      Distribution : dataUsageAgreements




    Distribution --> "*" DataUsageAgreement : dataUsageAgreements
    click DataUsageAgreement href "../DataUsageAgreement"


      Distribution : description




    Distribution --> "0..1" String : description
    click String href "../String"


      Distribution : expirationDateTime




    Distribution --> "0..1" Datetime : expirationDateTime
    click Datetime href "../Datetime"


      Distribution : format




    Distribution --> "1" String : format
    click String href "../String"


      Distribution : hash




    Distribution --> "0..1" String : hash
    click String href "../String"


      Distribution : hashAlgorithm




    Distribution --> "0..1" String : hashAlgorithm
    click String href "../String"


      Distribution : issued




    Distribution --> "0..1" date : issued
    click date href "../date"


      Distribution : language




    Distribution --> "0..1" String : language
    click String href "../String"


      Distribution : licenses




    Distribution --> "*" String : licenses
    click String href "../String"


      Distribution : locations




    Distribution --> "*" String : locations
    click String href "../String"


      Distribution : name




    Distribution --> "0..1" String : name
    click String href "../String"


      Distribution : packageFormat




    Distribution --> "0..1" String : packageFormat
    click String href "../String"


      Distribution : title




    Distribution --> "1" String : title
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
title 1
xsd:string
Title of the Data Product direct
format 1
xsd:string
Format of the dataset distribution (PDF, CSV, …) direct
compressFormat 0..1
xsd:string
The compression format of the distribution in which the data is contained in ... direct
packageFormat 0..1
xsd:string
The package format of the distribution in which one or more data files are gr... direct
byteSize 0..1
xsd:string
Size of the dataset distribution direct
locations *
xsd:string
List of dataset storage locations direct
hash 0..1
xsd:string
To uniquely identify the data contained in the dataset distribution direct
hashAlgorithm 0..1
xsd:string
Hash Algorithm direct
issued 0..1
date
Publication date in ISO 8601 format direct
expirationDateTime 0..1
xsd:dateTime
Date time in ISO 8601 format after which data is expired and shall be deleted direct
language 0..1
xsd:string
Language direct
licenses *
xsd:string
A list of URIs to license document direct
dataLicensors *
DataLicensor
A list of Licensors either as a free form string or participant self-descript... direct
dataUsageAgreements *
DataUsageAgreement
List of authorizations from the data subjects as Natural Person when the data... direct
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
A free text description of the entity GaiaXEntity

Usages

used by used in type used
DataSet distributions range Distribution

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Distribution
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
slots:
- title
- format
- compressFormat
- packageFormat
- byteSize
- locations
- hash
- hashAlgorithm
- issued
- expirationDateTime
- language
- licenses
- dataLicensors
- dataUsageAgreements
slot_usage:
  title:
    name: title
    required: true
  format:
    name: format
    required: true
class_uri: dcat:Distribution

Induced

name: Distribution
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
slot_usage:
  title:
    name: title
    required: true
  format:
    name: format
    required: true
attributes:
  title:
    name: title
    description: Title of the Data Product
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:title
    alias: title
    owner: Distribution
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    - StandardConformity
    range: string
    required: true
  format:
    name: format
    description: Format of the dataset distribution (PDF, CSV, …)
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:format
    alias: format
    owner: Distribution
    domain_of:
    - Distribution
    range: string
    required: true
  compressFormat:
    name: compressFormat
    description: The compression format of the distribution in which the data is contained
      in a compressed form
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dcat:compressFormat
    alias: compressFormat
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  packageFormat:
    name: packageFormat
    description: The package format of the distribution in which one or more data
      files are grouped together
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dcat:packageFormat
    alias: packageFormat
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  byteSize:
    name: byteSize
    description: Size of the dataset distribution
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dcat:byteSize
    alias: byteSize
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  locations:
    name: locations
    description: List of dataset storage locations
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:location
    alias: locations
    owner: Distribution
    domain_of:
    - Distribution
    range: string
    multivalued: true
  hash:
    name: hash
    description: To uniquely identify the data contained in the dataset distribution
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:hash
    alias: hash
    owner: Distribution
    domain_of:
    - TermsAndConditions
    - Distribution
    range: string
  hashAlgorithm:
    name: hashAlgorithm
    description: Hash Algorithm
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:hashAlgorithm
    alias: hashAlgorithm
    owner: Distribution
    domain_of:
    - Signature
    - Distribution
    range: string
  issued:
    name: issued
    description: Publication date in ISO 8601 format
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:issued
    alias: issued
    owner: Distribution
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    range: date
  expirationDateTime:
    name: expirationDateTime
    description: Date time in ISO 8601 format after which data is expired and shall
      be deleted.
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:expirationDateTime
    alias: expirationDateTime
    owner: Distribution
    domain_of:
    - DataSet
    - Distribution
    - DataResource
    range: datetime
  language:
    name: language
    description: Language
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:language
    alias: language
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  licenses:
    name: licenses
    description: A list of URIs to license document.
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:license
    alias: licenses
    owner: Distribution
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    range: string
    multivalued: true
  dataLicensors:
    name: dataLicensors
    description: A list of Licensors either as a free form string or participant self-description.
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:dataLicensors
    alias: dataLicensors
    owner: Distribution
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    range: DataLicensor
    multivalued: true
  dataUsageAgreements:
    name: dataUsageAgreements
    description: List of authorizations from the data subjects as Natural Person when
      the dataset contains PII, as defined by the Trust Framework
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:dataUsageAgreement
    alias: dataUsageAgreements
    owner: Distribution
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    range: DataUsageAgreement
    multivalued: true
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:name
    alias: name
    owner: Distribution
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    description: A free text description of the entity.
    title: description
    from_schema: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:description
    alias: description
    owner: Distribution
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false
class_uri: dcat:Distribution