Skip to content

DataLicense

the constraints that applies to the data consumers accessing and using the datasets in the Data Product, note that this is for information purpose as the constraints which applies are those in the Data Usage Agreement (Data Usage Agreements are usually derived from the Data License but might differ according to the result of the negotiation between the Data Rights Holders and the Data Consumer.)

URI: gx:class/DataLicense

 classDiagram
    class DataLicense
    click DataLicense href "../DataLicense"
      DataLicense : dataAccessPrerequisites




    DataLicense --> "*" DataAccessPrerequisite : dataAccessPrerequisites
    click DataAccessPrerequisite href "../DataAccessPrerequisite"


      DataLicense : dataUsageConstraints




    DataLicense --> "*" DataUsageConstraint : dataUsageConstraints
    click DataUsageConstraint href "../DataUsageConstraint"


      DataLicense : genericLicense




    DataLicense --> "*" Uri : genericLicense
    click Uri href "../Uri"


      DataLicense : odrlProfile




    DataLicense --> "0..1" String : odrlProfile
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
odrlProfile 0..1
xsd:string
The identifier(s) of an ODRL Profile that the Policy conforms to direct
genericLicense *
xsd:anyURI
states if one or mode generic licenses appliy, like Open Data (or other ecosy... direct
dataAccessPrerequisites *
DataAccessPrerequisite
the conditions that the Data Consumer must fulfill to be given access to the ... direct
dataUsageConstraints *
DataUsageConstraint
the constraints that the Data Consumer contractually commit to respect when u... direct

Usages

used by used in type used
DataProductDescription dataLicense range DataLicense

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: DataLicense
description: the constraints that applies to the data consumers accessing and using
  the datasets in the Data Product, note that this is for information purpose as the
  constraints which applies are those in the Data Usage Agreement (Data Usage Agreements
  are usually derived from the Data License but might differ according to the result
  of the negotiation between the Data Rights Holders and the Data Consumer.)
from_schema: https://w3id.org/gaia-x/development#data-product
slots:
- odrlProfile
- genericLicense
- dataAccessPrerequisites
- dataUsageConstraints

Induced

name: DataLicense
description: the constraints that applies to the data consumers accessing and using
  the datasets in the Data Product, note that this is for information purpose as the
  constraints which applies are those in the Data Usage Agreement (Data Usage Agreements
  are usually derived from the Data License but might differ according to the result
  of the negotiation between the Data Rights Holders and the Data Consumer.)
from_schema: https://w3id.org/gaia-x/development#data-product
attributes:
  odrlProfile:
    name: odrlProfile
    description: The identifier(s) of an ODRL Profile that the Policy conforms to.
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: odrl:profile
    alias: odrlProfile
    owner: DataLicense
    domain_of:
    - DataLicense
    - DataUsageConstraint
    - DataUsageAgreement
    range: string
  genericLicense:
    name: genericLicense
    description: states if one or mode generic licenses appliy, like Open Data (or
      other ecosystem-defined license)
    from_schema: https://w3id.org/gaia-x/development#data-product
    alias: genericLicense
    owner: DataLicense
    domain_of:
    - DataLicense
    range: uri
    required: false
    multivalued: true
  dataAccessPrerequisites:
    name: dataAccessPrerequisites
    description: the conditions that the Data Consumer must fulfill to be given access
      to the data sets
    from_schema: https://w3id.org/gaia-x/development#data-product
    alias: dataAccessPrerequisites
    owner: DataLicense
    domain_of:
    - DataLicense
    - DataUsageAgreement
    range: DataAccessPrerequisite
    required: false
    multivalued: true
  dataUsageConstraints:
    name: dataUsageConstraints
    description: the constraints that the Data Consumer contractually commit to respect
      when using the data sets
    from_schema: https://w3id.org/gaia-x/development#data-product
    alias: dataUsageConstraints
    owner: DataLicense
    domain_of:
    - DataLicense
    - DataUsageAgreement
    range: DataUsageConstraint
    required: false
    multivalued: true