Service Offering
A digital service available for order.
URI: gx:ServiceOffering
classDiagram
class ServiceOffering
click ServiceOffering href "../ServiceOffering"
GaiaXEntity <|-- ServiceOffering
click GaiaXEntity href "../GaiaXEntity"
ServiceOffering <|-- InfrastructureServiceOffering
click InfrastructureServiceOffering href "../InfrastructureServiceOffering"
ServiceOffering <|-- DataProduct
click DataProduct href "../DataProduct"
ServiceOffering : aggregationOfResources
ServiceOffering --> "*" String : aggregationOfResources
click String href "../String"
ServiceOffering : cryptographicSecurityStandards
ServiceOffering --> "*" CryptographicSecurityStandards : cryptographicSecurityStandards
click CryptographicSecurityStandards href "../CryptographicSecurityStandards"
ServiceOffering : customerInstructions
ServiceOffering --> "*" CustomerInstructions : customerInstructions
click CustomerInstructions href "../CustomerInstructions"
ServiceOffering : dataAccountExport
ServiceOffering --> "1..*" DataAccountExport : dataAccountExport
click DataAccountExport href "../DataAccountExport"
ServiceOffering : dataPortability
ServiceOffering --> "*" DataPortability : dataPortability
click DataPortability href "../DataPortability"
ServiceOffering : dataProtectionRegime
ServiceOffering --> "*" PersonalDataProtectionRegime : dataProtectionRegime
click PersonalDataProtectionRegime href "../PersonalDataProtectionRegime"
ServiceOffering : dependsOn
ServiceOffering --> "*" ServiceOffering : dependsOn
click ServiceOffering href "../ServiceOffering"
ServiceOffering : description
ServiceOffering --> "0..1" String : description
click String href "../String"
ServiceOffering : endpoint
ServiceOffering --> "0..1" Endpoint : endpoint
click Endpoint href "../Endpoint"
ServiceOffering : hostedOn
ServiceOffering --> "*" String : hostedOn
click String href "../String"
ServiceOffering : keyword
ServiceOffering --> "*" String : keyword
click String href "../String"
ServiceOffering : legalDocuments
ServiceOffering --> "*" LegalDocument : legalDocuments
click LegalDocument href "../LegalDocument"
ServiceOffering : name
ServiceOffering --> "0..1" String : name
click String href "../String"
ServiceOffering : possiblePersonalDataTransfers
ServiceOffering --> "*" DataTransfer : possiblePersonalDataTransfers
click DataTransfer href "../DataTransfer"
ServiceOffering : providedBy
ServiceOffering --> "1" LegalPerson : providedBy
click LegalPerson href "../LegalPerson"
ServiceOffering : providerContactInformation
ServiceOffering --> "0..1" ContactInformation : providerContactInformation
click ContactInformation href "../ContactInformation"
ServiceOffering : provisionType
ServiceOffering --> "0..1" ProvisionTypes : provisionType
click ProvisionTypes href "../ProvisionTypes"
ServiceOffering : requiredMeasures
ServiceOffering --> "*" Measure : requiredMeasures
click Measure href "../Measure"
ServiceOffering : serviceOfferingTermsAndConditions
ServiceOffering --> "1..*" TermsAndConditions : serviceOfferingTermsAndConditions
click TermsAndConditions href "../TermsAndConditions"
ServiceOffering : servicePolicy
ServiceOffering --> "*" AccessUsagePolicy : servicePolicy
click AccessUsagePolicy href "../AccessUsagePolicy"
ServiceOffering : serviceScope
ServiceOffering --> "0..1" String : serviceScope
click String href "../String"
ServiceOffering : subContractors
ServiceOffering --> "*" SubContractor : subContractors
click SubContractor href "../SubContractor"
Inheritance
- GaiaXEntity
- ServiceOffering
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
aggregationOfResources | * xsd:string or Resource |
A resolvable link of resources related to the resource and that can exist ind... | direct |
providedBy | 1 LegalPerson |
A resolvable link to Gaia-X Credential of the participant providing the servi... | direct |
dependsOn | * ServiceOffering |
A list of resolvable links to Gaia-X Credentials of service offerings related... | direct |
serviceOfferingTermsAndConditions | 1..* TermsAndConditions |
One or more Terms and Conditions applying to that service | direct |
servicePolicy | * AccessUsagePolicy |
One or more policies expressed using a DSL (e | direct |
dataProtectionRegime | * PersonalDataProtectionRegime |
One or more data protection regimes applying to the service offering | direct |
dataAccountExport | 1..* DataAccountExport |
One or more methods to export data out of the service | direct |
keyword | * xsd:string |
Keywords that describe / tag the service | direct |
provisionType | 0..1 ProvisionTypes |
Provision type of the service | direct |
endpoint | 0..1 Endpoint |
Endpoint through which the Service Offering can be accessed | direct |
hostedOn | * xsd:string or VirtualResource or PhysicalResource |
List of Resource references where service is hosted and can be instantiated | direct |
serviceScope | 0..1 xsd:string |
Plain text describing the service scope | direct |
legalDocuments | * LegalDocument |
A list of legal documents in relation to the service or the customer | direct |
subContractors | * SubContractor |
A list of sub-contractors processing customer data | direct |
customerInstructions | * CustomerInstructions |
One or more customer instructions describing the Customer instructions regard... | direct |
dataPortability | * DataPortability |
One or more data portability documents describing the data portability measur... | direct |
possiblePersonalDataTransfers | * DataTransfer |
One or more data transfer documents describing if and to which extent Custome... | direct |
requiredMeasures | * Measure |
One or more technical and organizational measures | direct |
cryptographicSecurityStandards | * CryptographicSecurityStandards |
One or more cryptographic security standards protecting authenticity or integ... | direct |
providerContactInformation | 0..1 ContactInformation |
The contact information where the customer can contact the provider of this s... | 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
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#service-offering
LinkML Source
Direct
name: ServiceOffering
description: A digital service available for order.
title: Service Offering
from_schema: https://w3id.org/gaia-x/development#service-offering
is_a: GaiaXEntity
slots:
- aggregationOfResources
attributes:
providedBy:
name: providedBy
description: A resolvable link to Gaia-X Credential of the participant providing
the service.
title: provided by
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
- DataProduct
- DataProductUsageContract
- DataUsageAgreement
range: LegalPerson
required: true
dependsOn:
name: dependsOn
description: A list of resolvable links to Gaia-X Credentials of service offerings
related to the service and that can exist independently of it.
title: depends on
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: ServiceOffering
multivalued: true
serviceOfferingTermsAndConditions:
name: serviceOfferingTermsAndConditions
description: One or more Terms and Conditions applying to that service.
title: terms and conditions
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: TermsAndConditions
required: true
multivalued: true
servicePolicy:
name: servicePolicy
description: One or more policies expressed using a DSL (e.g., Rego or ODRL) (access
control, throttling, usage, retention, ...).
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: AccessUsagePolicy
multivalued: true
dataProtectionRegime:
name: dataProtectionRegime
description: One or more data protection regimes applying to the service offering.
title: data protection regime
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: PersonalDataProtectionRegime
multivalued: true
dataAccountExport:
name: dataAccountExport
description: One or more methods to export data out of the service.
title: data account export
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: DataAccountExport
required: true
multivalued: true
keyword:
name: keyword
description: Keywords that describe / tag the service.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: string
multivalued: true
provisionType:
name: provisionType
description: Provision type of the service
title: provision type
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: ProvisionTypes
endpoint:
name: endpoint
description: Endpoint through which the Service Offering can be accessed.
title: endpoint
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: Endpoint
hostedOn:
name: hostedOn
description: List of Resource references where service is hosted and can be instantiated.
Can refer to availabilty zones, data centers, regions, etc.
title: hosted on
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
multivalued: true
any_of:
- range: VirtualResource
- range: PhysicalResource
serviceScope:
name: serviceScope
description: Plain text describing the service scope.
title: Service scope
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: string
legalDocuments:
name: legalDocuments
description: A list of legal documents in relation to the service or the customer.
title: Legal Documents
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
- Measure
range: LegalDocument
multivalued: true
subContractors:
name: subContractors
description: A list of sub-contractors processing customer data.
title: Sub-contractors
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: SubContractor
multivalued: true
customerInstructions:
name: customerInstructions
description: One or more customer instructions describing the Customer instructions
regarding any data therein.
title: Customer instructions
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: CustomerInstructions
multivalued: true
dataPortability:
name: dataPortability
description: One or more data portability documents describing the data portability
measures for the stored Customer data.
title: Data Portability
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: DataPortability
multivalued: true
possiblePersonalDataTransfers:
name: possiblePersonalDataTransfers
description: One or more data transfer documents describing if and to which extent
Customer data transfers will happen.
title: Possible Personal Data Transfer
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: DataTransfer
multivalued: true
requiredMeasures:
name: requiredMeasures
description: One or more technical and organizational measures.
title: Required measures
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: Measure
multivalued: true
cryptographicSecurityStandards:
name: cryptographicSecurityStandards
description: One or more cryptographic security standards protecting authenticity
or integrity of the data.
title: Cryptographic security standard
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: CryptographicSecurityStandards
multivalued: true
providerContactInformation:
name: providerContactInformation
description: The contact information where the customer can contact the provider
of this service.
title: Provider Contact Information
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
domain_of:
- ServiceOffering
range: ContactInformation
Induced
name: ServiceOffering
description: A digital service available for order.
title: Service Offering
from_schema: https://w3id.org/gaia-x/development#service-offering
is_a: GaiaXEntity
attributes:
providedBy:
name: providedBy
description: A resolvable link to Gaia-X Credential of the participant providing
the service.
title: provided by
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: providedBy
owner: ServiceOffering
domain_of:
- ServiceOffering
- DataProduct
- DataProductUsageContract
- DataUsageAgreement
range: LegalPerson
required: true
dependsOn:
name: dependsOn
description: A list of resolvable links to Gaia-X Credentials of service offerings
related to the service and that can exist independently of it.
title: depends on
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: dependsOn
owner: ServiceOffering
domain_of:
- ServiceOffering
range: ServiceOffering
multivalued: true
serviceOfferingTermsAndConditions:
name: serviceOfferingTermsAndConditions
description: One or more Terms and Conditions applying to that service.
title: terms and conditions
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: serviceOfferingTermsAndConditions
owner: ServiceOffering
domain_of:
- ServiceOffering
range: TermsAndConditions
required: true
multivalued: true
servicePolicy:
name: servicePolicy
description: One or more policies expressed using a DSL (e.g., Rego or ODRL) (access
control, throttling, usage, retention, ...).
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: servicePolicy
owner: ServiceOffering
domain_of:
- ServiceOffering
range: AccessUsagePolicy
multivalued: true
dataProtectionRegime:
name: dataProtectionRegime
description: One or more data protection regimes applying to the service offering.
title: data protection regime
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: dataProtectionRegime
owner: ServiceOffering
domain_of:
- ServiceOffering
range: PersonalDataProtectionRegime
multivalued: true
dataAccountExport:
name: dataAccountExport
description: One or more methods to export data out of the service.
title: data account export
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: dataAccountExport
owner: ServiceOffering
domain_of:
- ServiceOffering
range: DataAccountExport
required: true
multivalued: true
keyword:
name: keyword
description: Keywords that describe / tag the service.
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: keyword
owner: ServiceOffering
domain_of:
- ServiceOffering
range: string
multivalued: true
provisionType:
name: provisionType
description: Provision type of the service
title: provision type
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: provisionType
owner: ServiceOffering
domain_of:
- ServiceOffering
range: ProvisionTypes
endpoint:
name: endpoint
description: Endpoint through which the Service Offering can be accessed.
title: endpoint
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: endpoint
owner: ServiceOffering
domain_of:
- ServiceOffering
range: Endpoint
hostedOn:
name: hostedOn
description: List of Resource references where service is hosted and can be instantiated.
Can refer to availabilty zones, data centers, regions, etc.
title: hosted on
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: hostedOn
owner: ServiceOffering
domain_of:
- ServiceOffering
range: string
multivalued: true
any_of:
- range: VirtualResource
- range: PhysicalResource
serviceScope:
name: serviceScope
description: Plain text describing the service scope.
title: Service scope
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: serviceScope
owner: ServiceOffering
domain_of:
- ServiceOffering
range: string
legalDocuments:
name: legalDocuments
description: A list of legal documents in relation to the service or the customer.
title: Legal Documents
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: legalDocuments
owner: ServiceOffering
domain_of:
- ServiceOffering
- Measure
range: LegalDocument
multivalued: true
subContractors:
name: subContractors
description: A list of sub-contractors processing customer data.
title: Sub-contractors
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: subContractors
owner: ServiceOffering
domain_of:
- ServiceOffering
range: SubContractor
multivalued: true
customerInstructions:
name: customerInstructions
description: One or more customer instructions describing the Customer instructions
regarding any data therein.
title: Customer instructions
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: customerInstructions
owner: ServiceOffering
domain_of:
- ServiceOffering
range: CustomerInstructions
multivalued: true
dataPortability:
name: dataPortability
description: One or more data portability documents describing the data portability
measures for the stored Customer data.
title: Data Portability
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: dataPortability
owner: ServiceOffering
domain_of:
- ServiceOffering
range: DataPortability
multivalued: true
possiblePersonalDataTransfers:
name: possiblePersonalDataTransfers
description: One or more data transfer documents describing if and to which extent
Customer data transfers will happen.
title: Possible Personal Data Transfer
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: possiblePersonalDataTransfers
owner: ServiceOffering
domain_of:
- ServiceOffering
range: DataTransfer
multivalued: true
requiredMeasures:
name: requiredMeasures
description: One or more technical and organizational measures.
title: Required measures
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: requiredMeasures
owner: ServiceOffering
domain_of:
- ServiceOffering
range: Measure
multivalued: true
cryptographicSecurityStandards:
name: cryptographicSecurityStandards
description: One or more cryptographic security standards protecting authenticity
or integrity of the data.
title: Cryptographic security standard
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: cryptographicSecurityStandards
owner: ServiceOffering
domain_of:
- ServiceOffering
range: CryptographicSecurityStandards
multivalued: true
providerContactInformation:
name: providerContactInformation
description: The contact information where the customer can contact the provider
of this service.
title: Provider Contact Information
from_schema: https://w3id.org/gaia-x/development#service-offering
rank: 1000
alias: providerContactInformation
owner: ServiceOffering
domain_of:
- ServiceOffering
range: ContactInformation
aggregationOfResources:
name: aggregationOfResources
description: A resolvable link of resources related to the resource and that can
exist independently of it.
title: aggregation of
from_schema: https://w3id.org/gaia-x/development#resource
alias: aggregationOfResources
owner: ServiceOffering
domain_of:
- ServiceOffering
- Resource
- PhysicalResource
range: string
required: false
multivalued: true
any_of:
- range: Resource
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: ServiceOffering
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: ServiceOffering
domain_of:
- GaiaXEntity
- DataProduct
- Measure
range: string
required: false