Skip to content

DataSet

URI: gx:DataSet

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

      DataSet : dataLicensors




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


      DataSet : dataUsageAgreements




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


      DataSet : description




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


      DataSet : distributions




    DataSet --> "1..*" Distribution : distributions
    click Distribution href "../Distribution"


      DataSet : expirationDateTime




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


      DataSet : exposedThrough




    DataSet --> "1" String : exposedThrough
    click String href "../String"


      DataSet : identifier




    DataSet --> "1" String : identifier
    click String href "../String"


      DataSet : issued




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


      DataSet : licenses




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


      DataSet : name




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


      DataSet : title




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
title 1
xsd:string
Title of the Dataset direct
distributions 1..*
Distribution
List of distributions format of the dataset direct
identifier 1
xsd:string
Unique uuid4 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
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
exposedThrough 1
xsd:string
A resolvable link to the data exchange component that exposes the Data Produc... 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
DataProduct aggregationOf range DataSet

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: DataSet
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
slots:
- title
- distributions
- identifier
- issued
- expirationDateTime
- licenses
- dataLicensors
- dataUsageAgreements
- exposedThrough
slot_usage:
  title:
    name: title
    description: Title of the Dataset
    required: true
  distributions:
    name: distributions
    range: Distribution
    required: true
  identifier:
    name: identifier
    required: true
  exposedThrough:
    name: exposedThrough
    required: true
class_uri: gx:DataSet

Induced

name: DataSet
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
slot_usage:
  title:
    name: title
    description: Title of the Dataset
    required: true
  distributions:
    name: distributions
    range: Distribution
    required: true
  identifier:
    name: identifier
    required: true
  exposedThrough:
    name: exposedThrough
    required: true
attributes:
  title:
    name: title
    description: Title of the Dataset
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:title
    alias: title
    owner: DataSet
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    - StandardConformity
    range: string
    required: true
  distributions:
    name: distributions
    description: List of distributions format of the dataset
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:distribution
    alias: distributions
    owner: DataSet
    domain_of:
    - DataSet
    range: Distribution
    required: true
    multivalued: true
  identifier:
    name: identifier
    description: Unique uuid4
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: dct:identifier
    alias: identifier
    owner: DataSet
    domain_of:
    - DataProduct
    - DataSet
    range: string
    required: true
  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: DataSet
    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: DataSet
    domain_of:
    - DataSet
    - Distribution
    - DataResource
    range: datetime
  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: DataSet
    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: DataSet
    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: DataSet
    domain_of:
    - DataProduct
    - DataSet
    - Distribution
    range: DataUsageAgreement
    multivalued: true
  exposedThrough:
    name: exposedThrough
    description: A resolvable link to the data exchange component that exposes the
      Data Product.
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:exposedThrough
    alias: exposedThrough
    owner: DataSet
    domain_of:
    - DataSet
    - DataResource
    range: string
    required: 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: DataSet
    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: DataSet
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false
class_uri: gx:DataSet