DataInstance
Data Instance of a certain DataProduct.
URI: gx:DataInstance
classDiagram
class DataInstance
click DataInstance href "../DataInstance"
GaiaXEntity <|-- DataInstance
click GaiaXEntity href "../GaiaXEntity"
DataInstance : consumedBy
DataInstance --> "1" DataConsumer : consumedBy
click DataConsumer href "../DataConsumer"
DataInstance : dataProduct
DataInstance --> "1" DataProduct : dataProduct
click DataProduct href "../DataProduct"
DataInstance : description
DataInstance --> "0..1" String : description
click String href "../String"
DataInstance : name
DataInstance --> "0..1" String : name
click String href "../String"
DataInstance : scope
DataInstance --> "1" String : scope
click String href "../String"
Inheritance
- GaiaXEntity
- DataInstance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
dataProduct | 1 DataProduct |
A resolvable link to the Data Product Description Declaration (after negotiat... | direct |
scope | 1 xsd:string |
Perimeter of data that will be transferred | direct |
consumedBy | 1 DataConsumer |
A resolvable link to the Data Consumer Delaration | direct |
name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
description | 0..1 xsd:string |
GaiaXEntity |
Usages
used by | used in | type | used |
---|---|---|---|
DataUsageAgreement | dataInstance | range | DataInstance |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#data-instance
LinkML Source
Direct
name: DataInstance
description: Data Instance of a certain DataProduct.
from_schema: https://w3id.org/gaia-x/development#data-instance
is_a: GaiaXEntity
slots:
- dataProduct
- scope
- consumedBy
Induced
name: DataInstance
description: Data Instance of a certain DataProduct.
from_schema: https://w3id.org/gaia-x/development#data-instance
is_a: GaiaXEntity
attributes:
dataProduct:
name: dataProduct
description: A resolvable link to the Data Product Description Declaration (after
negotiation).
from_schema: https://w3id.org/gaia-x/development#slots
alias: dataProduct
owner: DataInstance
domain_of:
- DataInstance
- DataProductUsageContract
range: DataProduct
required: true
scope:
name: scope
description: Perimeter of data that will be transferred.
from_schema: https://w3id.org/gaia-x/development#slots
alias: scope
owner: DataInstance
domain_of:
- DataInstance
- DataTransfer
range: string
required: true
consumedBy:
name: consumedBy
description: A resolvable link to the Data Consumer Delaration.
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: gx:consumedBy
alias: consumedBy
owner: DataInstance
domain_of:
- DataInstance
- DataProductUsageContract
range: DataConsumer
required: true
name:
name: name
description: A human readable name of the entity.
title: name
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: httpsschema:name
alias: name
owner: DataInstance
domain_of:
- GaiaXEntity
range: string
required: false
description:
name: description
from_schema: https://w3id.org/gaia-x/development#slots
slot_uri: httpsschema:description
alias: description
owner: DataInstance
domain_of:
- GaiaXEntity
- Measure
range: string