Skip to content

DataUsage

URI: gx:DataUsage

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

      DataUsage : description




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


      DataUsage : loggingService




    DataUsage --> "0..1" String : loggingService
    click String href "../String"


      DataUsage : name




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
loggingService 0..1
xsd:string
Link to the Logging Service 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
DataProductUsageContract dataUsage range DataUsage

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: DataUsage
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
slots:
- loggingService
class_uri: gx:DataUsage

Induced

name: DataUsage
from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
is_a: GaiaXEntity
attributes:
  loggingService:
    name: loggingService
    description: Link to the Logging Service.
    from_schema: https://w3id.org/gaia-x/development#data-exchange-wg
    slot_uri: gx:loggingService
    alias: loggingService
    owner: DataUsage
    domain_of:
    - DataUsage
    range: string
  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: DataUsage
    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: DataUsage
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false
class_uri: gx:DataUsage