Skip to content

Interconnection Service Offering

TBD

URI: gx:InterconnectionServiceOffering

 classDiagram
    class InterconnectionServiceOffering
    click InterconnectionServiceOffering href "../InterconnectionServiceOffering"
      NetworkConnectivityServiceOffering <|-- InterconnectionServiceOffering
        click NetworkConnectivityServiceOffering href "../NetworkConnectivityServiceOffering"

      InterconnectionServiceOffering : aggregationOfResources




    InterconnectionServiceOffering --> "*" String : aggregationOfResources
    click String href "../String"


      InterconnectionServiceOffering : connectedNetworkA




    InterconnectionServiceOffering --> "*" Integer : connectedNetworkA
    click Integer href "../Integer"


      InterconnectionServiceOffering : connectedNetworkZ




    InterconnectionServiceOffering --> "*" Integer : connectedNetworkZ
    click Integer href "../Integer"


      InterconnectionServiceOffering : connectionType




    InterconnectionServiceOffering --> "*" String : connectionType
    click String href "../String"


      InterconnectionServiceOffering : connectivityConfiguration




    InterconnectionServiceOffering --> "1..*" ConnectivityConfiguration : connectivityConfiguration
    click ConnectivityConfiguration href "../ConnectivityConfiguration"


      InterconnectionServiceOffering : connectivityQoS




    InterconnectionServiceOffering --> "0..1" QoS : connectivityQoS
    click QoS href "../QoS"


      InterconnectionServiceOffering : cryptographicSecurityStandards




    InterconnectionServiceOffering --> "*" CryptographicSecurityStandards : cryptographicSecurityStandards
    click CryptographicSecurityStandards href "../CryptographicSecurityStandards"


      InterconnectionServiceOffering : customerInstructions




    InterconnectionServiceOffering --> "*" CustomerInstructions : customerInstructions
    click CustomerInstructions href "../CustomerInstructions"


      InterconnectionServiceOffering : dataAccountExport




    InterconnectionServiceOffering --> "1..*" DataAccountExport : dataAccountExport
    click DataAccountExport href "../DataAccountExport"


      InterconnectionServiceOffering : dataPortability




    InterconnectionServiceOffering --> "*" DataPortability : dataPortability
    click DataPortability href "../DataPortability"


      InterconnectionServiceOffering : dataProtectionRegime




    InterconnectionServiceOffering --> "*" PersonalDataProtectionRegime : dataProtectionRegime
    click PersonalDataProtectionRegime href "../PersonalDataProtectionRegime"


      InterconnectionServiceOffering : dependsOn




    InterconnectionServiceOffering --> "*" ServiceOffering : dependsOn
    click ServiceOffering href "../ServiceOffering"


      InterconnectionServiceOffering : description




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


      InterconnectionServiceOffering : endpoint




    InterconnectionServiceOffering --> "0..1" Endpoint : endpoint
    click Endpoint href "../Endpoint"


      InterconnectionServiceOffering : hostedOn




    InterconnectionServiceOffering --> "*" String : hostedOn
    click String href "../String"


      InterconnectionServiceOffering : interfaceType




    InterconnectionServiceOffering --> "*" String : interfaceType
    click String href "../String"


      InterconnectionServiceOffering : ipVersion




    InterconnectionServiceOffering --> "0..1" IpVersionTypes : ipVersion
    click IpVersionTypes href "../IpVersionTypes"


      InterconnectionServiceOffering : keyword




    InterconnectionServiceOffering --> "*" String : keyword
    click String href "../String"


      InterconnectionServiceOffering : legalDocuments




    InterconnectionServiceOffering --> "*" LegalDocument : legalDocuments
    click LegalDocument href "../LegalDocument"


      InterconnectionServiceOffering : name




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


      InterconnectionServiceOffering : possiblePersonalDataTransfers




    InterconnectionServiceOffering --> "*" DataTransfer : possiblePersonalDataTransfers
    click DataTransfer href "../DataTransfer"


      InterconnectionServiceOffering : prefixSetA




    InterconnectionServiceOffering --> "*" String : prefixSetA
    click String href "../String"


      InterconnectionServiceOffering : prefixSetZ




    InterconnectionServiceOffering --> "*" String : prefixSetZ
    click String href "../String"


      InterconnectionServiceOffering : providedBy




    InterconnectionServiceOffering --> "1" LegalPerson : providedBy
    click LegalPerson href "../LegalPerson"


      InterconnectionServiceOffering : providerContactInformation




    InterconnectionServiceOffering --> "0..1" ContactInformation : providerContactInformation
    click ContactInformation href "../ContactInformation"


      InterconnectionServiceOffering : provisionType




    InterconnectionServiceOffering --> "0..1" ProvisionTypes : provisionType
    click ProvisionTypes href "../ProvisionTypes"


      InterconnectionServiceOffering : publicIpAddressProvisioning




    InterconnectionServiceOffering --> "0..1" PublicIpAddressProvisioningTypes : publicIpAddressProvisioning
    click PublicIpAddressProvisioningTypes href "../PublicIpAddressProvisioningTypes"


      InterconnectionServiceOffering : requiredMeasures




    InterconnectionServiceOffering --> "*" Measure : requiredMeasures
    click Measure href "../Measure"


      InterconnectionServiceOffering : serviceOfferingTermsAndConditions




    InterconnectionServiceOffering --> "1..*" TermsAndConditions : serviceOfferingTermsAndConditions
    click TermsAndConditions href "../TermsAndConditions"


      InterconnectionServiceOffering : servicePolicy




    InterconnectionServiceOffering --> "*" AccessUsagePolicy : servicePolicy
    click AccessUsagePolicy href "../AccessUsagePolicy"


      InterconnectionServiceOffering : serviceScope




    InterconnectionServiceOffering --> "0..1" String : serviceScope
    click String href "../String"


      InterconnectionServiceOffering : serviceType




    InterconnectionServiceOffering --> "0..1" String : serviceType
    click String href "../String"


      InterconnectionServiceOffering : subContractors




    InterconnectionServiceOffering --> "*" SubContractor : subContractors
    click SubContractor href "../SubContractor"


      InterconnectionServiceOffering : tenantSeparation




    InterconnectionServiceOffering --> "0..1" TenantSeparation : tenantSeparation
    click TenantSeparation href "../TenantSeparation"


      InterconnectionServiceOffering : vlanConfiguration




    InterconnectionServiceOffering --> "0..1" VLANConfiguration : vlanConfiguration
    click VLANConfiguration href "../VLANConfiguration"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
connectedNetworkA *
xsd:integer
Autonomous system (AS) number (ASN) of the side A direct
connectedNetworkZ *
xsd:integer
Autonomous system (AS) number (ASN) of the side Z direct
prefixSetA *
xsd:string
CIDR Provider Identifier of network on the side A direct
prefixSetZ *
xsd:string
CIDR Provider Identifier of network on the side Z direct
vlanConfiguration 0..1
VLANConfiguration
VLAN configuration direct
connectionType *
xsd:string
The supported types of connection, preferably specified as a controlled vocab... direct
interfaceType *
xsd:string
A type of physical interface: Copper cable, 5G direct
serviceType 0..1
xsd:string
Type of Service Offering NetworkConnectivityServiceOffering
publicIpAddressProvisioning 0..1
PublicIpAddressProvisioningTypes
Defines how public IP address are provided NetworkConnectivityServiceOffering
ipVersion 0..1
IpVersionTypes
Version of IP address supported NetworkConnectivityServiceOffering
tenantSeparation 0..1
TenantSeparation
How compute resources of different tenants are separated NetworkConnectivityServiceOffering
connectivityConfiguration 1..*
ConnectivityConfiguration
All possible provided connectivity parameters for this network connectivity s... ConnectivityServiceOffering
connectivityQoS 0..1
QoS
Contractual performance values defined in the SLA ConnectivityServiceOffering
aggregationOfResources *
xsd:string or 
Resource
A resolvable link of resources related to the resource and that can exist ind... ServiceOffering
providedBy 1
LegalPerson
A resolvable link to Gaia-X Credential of the participant providing the servi... ServiceOffering
dependsOn *
ServiceOffering
A list of resolvable links to Gaia-X Credentials of service offerings related... ServiceOffering
serviceOfferingTermsAndConditions 1..*
TermsAndConditions
One or more Terms and Conditions applying to that service ServiceOffering
servicePolicy *
AccessUsagePolicy
One or more policies expressed using a DSL (e ServiceOffering
dataProtectionRegime *
PersonalDataProtectionRegime
One or more data protection regimes applying to the service offering ServiceOffering
dataAccountExport 1..*
DataAccountExport
One or more methods to export data out of the service ServiceOffering
keyword *
xsd:string
Keywords that describe / tag the service ServiceOffering
provisionType 0..1
ProvisionTypes
Provision type of the service ServiceOffering
endpoint 0..1
Endpoint
Endpoint through which the Service Offering can be accessed ServiceOffering
hostedOn *
xsd:string or 
VirtualResource or 
PhysicalResource
List of Resource references where service is hosted and can be instantiated ServiceOffering
serviceScope 0..1
xsd:string
Plain text describing the service scope ServiceOffering
legalDocuments *
LegalDocument
A list of legal documents in relation to the service or the customer ServiceOffering
subContractors *
SubContractor
A list of sub-contractors processing customer data ServiceOffering
customerInstructions *
CustomerInstructions
One or more customer instructions describing the Customer instructions regard... ServiceOffering
dataPortability *
DataPortability
One or more data portability documents describing the data portability measur... ServiceOffering
possiblePersonalDataTransfers *
DataTransfer
One or more data transfer documents describing if and to which extent Custome... ServiceOffering
requiredMeasures *
Measure
One or more technical and organizational measures ServiceOffering
cryptographicSecurityStandards *
CryptographicSecurityStandards
One or more cryptographic security standards protecting authenticity or integ... ServiceOffering
providerContactInformation 0..1
ContactInformation
The contact information where the customer can contact the provider of this s... ServiceOffering
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

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#interconnection-service-offering

LinkML Source

Direct

name: InterconnectionServiceOffering
description: TBD
title: Interconnection Service Offering
from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
is_a: NetworkConnectivityServiceOffering
attributes:
  connectedNetworkA:
    name: connectedNetworkA
    description: Autonomous system (AS) number (ASN) of the side A.
    title: connected network A
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    range: integer
    required: false
    multivalued: true
    minimum_value: 0
  connectedNetworkZ:
    name: connectedNetworkZ
    description: Autonomous system (AS) number (ASN) of the side Z.
    title: connected network Z
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    range: integer
    required: false
    multivalued: true
    minimum_value: 0
  prefixSetA:
    name: prefixSetA
    description: CIDR Provider Identifier of network on the side A.
    title: prefix set A
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    range: string
    required: false
    multivalued: true
  prefixSetZ:
    name: prefixSetZ
    description: CIDR Provider Identifier of network on the side Z.
    title: prefix set Z
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    range: string
    required: false
    multivalued: true
  vlanConfiguration:
    name: vlanConfiguration
    description: VLAN configuration.
    title: vlan configuration
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    - LinkConnectivityServiceOffering
    range: VLANConfiguration
    multivalued: false
  connectionType:
    name: connectionType
    description: 'The supported types of connection, preferably specified as a controlled
      vocabulary entry: ethernet unicast, multicast, broadcast support...'
    title: connection type
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    range: string
    multivalued: true
  interfaceType:
    name: interfaceType
    description: 'A type of physical interface: Copper cable, 5G...'
    title: interface type
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    domain_of:
    - InterconnectionServiceOffering
    - PhysicalConnectivityServiceOffering
    range: string
    multivalued: true

Induced

name: InterconnectionServiceOffering
description: TBD
title: Interconnection Service Offering
from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
is_a: NetworkConnectivityServiceOffering
attributes:
  connectedNetworkA:
    name: connectedNetworkA
    description: Autonomous system (AS) number (ASN) of the side A.
    title: connected network A
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: connectedNetworkA
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    range: integer
    required: false
    multivalued: true
    minimum_value: 0
  connectedNetworkZ:
    name: connectedNetworkZ
    description: Autonomous system (AS) number (ASN) of the side Z.
    title: connected network Z
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: connectedNetworkZ
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    range: integer
    required: false
    multivalued: true
    minimum_value: 0
  prefixSetA:
    name: prefixSetA
    description: CIDR Provider Identifier of network on the side A.
    title: prefix set A
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: prefixSetA
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    range: string
    required: false
    multivalued: true
  prefixSetZ:
    name: prefixSetZ
    description: CIDR Provider Identifier of network on the side Z.
    title: prefix set Z
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: prefixSetZ
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    range: string
    required: false
    multivalued: true
  vlanConfiguration:
    name: vlanConfiguration
    description: VLAN configuration.
    title: vlan configuration
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: vlanConfiguration
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    - LinkConnectivityServiceOffering
    range: VLANConfiguration
    multivalued: false
  connectionType:
    name: connectionType
    description: 'The supported types of connection, preferably specified as a controlled
      vocabulary entry: ethernet unicast, multicast, broadcast support...'
    title: connection type
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: connectionType
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    range: string
    multivalued: true
  interfaceType:
    name: interfaceType
    description: 'A type of physical interface: Copper cable, 5G...'
    title: interface type
    from_schema: https://w3id.org/gaia-x/development#interconnection-service-offering
    rank: 1000
    alias: interfaceType
    owner: InterconnectionServiceOffering
    domain_of:
    - InterconnectionServiceOffering
    - PhysicalConnectivityServiceOffering
    range: string
    multivalued: true
  serviceType:
    name: serviceType
    description: 'Type of Service Offering. Choose one of the following: virtual,
      bare-metal, mixed'
    title: service type
    from_schema: https://w3id.org/gaia-x/development#network-connectivity-service-offering
    rank: 1000
    alias: serviceType
    owner: InterconnectionServiceOffering
    domain_of:
    - NetworkConnectivityServiceOffering
    range: string
    required: false
    multivalued: false
  publicIpAddressProvisioning:
    name: publicIpAddressProvisioning
    description: 'Defines how public IP address are provided. Floating: floating ips
      are supported.'
    title: public ip address provisioning
    from_schema: https://w3id.org/gaia-x/development#network-connectivity-service-offering
    rank: 1000
    alias: publicIpAddressProvisioning
    owner: InterconnectionServiceOffering
    domain_of:
    - NetworkConnectivityServiceOffering
    range: PublicIpAddressProvisioningTypes
    required: false
    multivalued: false
  ipVersion:
    name: ipVersion
    description: 'Version of IP address supported. IPv4: only ipV4 addresses are supported.
      IPv6: both version iIPV4 and IPv6 are supported.'
    title: ip version
    from_schema: https://w3id.org/gaia-x/development#network-connectivity-service-offering
    rank: 1000
    alias: ipVersion
    owner: InterconnectionServiceOffering
    domain_of:
    - NetworkConnectivityServiceOffering
    range: IpVersionTypes
    required: false
    multivalued: false
  tenantSeparation:
    name: tenantSeparation
    description: How compute resources of different tenants are separated. Default
      value = hw-virtualized.
    title: tenant separation
    from_schema: https://w3id.org/gaia-x/development#network-connectivity-service-offering
    alias: tenantSeparation
    owner: InterconnectionServiceOffering
    domain_of:
    - ComputeServiceOffering
    - NetworkConnectivityServiceOffering
    range: TenantSeparation
    required: false
    multivalued: false
  connectivityConfiguration:
    name: connectivityConfiguration
    description: All possible provided connectivity parameters for this network connectivity
      service offering.
    title: connectivity configuration
    from_schema: https://w3id.org/gaia-x/development#connectivity-service-offering
    rank: 1000
    alias: connectivityConfiguration
    owner: InterconnectionServiceOffering
    domain_of:
    - ConnectivityServiceOffering
    range: ConnectivityConfiguration
    required: true
    multivalued: true
  connectivityQoS:
    name: connectivityQoS
    description: Contractual performance values defined in the SLA.
    title: Connectivity service offering performance values
    from_schema: https://w3id.org/gaia-x/development#connectivity-service-offering
    rank: 1000
    alias: connectivityQoS
    owner: InterconnectionServiceOffering
    domain_of:
    - ConnectivityServiceOffering
    range: QoS
  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: InterconnectionServiceOffering
    domain_of:
    - ServiceOffering
    - Resource
    - PhysicalResource
    range: string
    required: false
    multivalued: true
    any_of:
    - range: Resource
  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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    domain_of:
    - ServiceOffering
    range: ContactInformation
  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: InterconnectionServiceOffering
    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: InterconnectionServiceOffering
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false