Skip to content

Internet Service Provider

Organization providing internet access and related services

URI: gx:InternetServiceProvider

 classDiagram
    class InternetServiceProvider
    click InternetServiceProvider href "../InternetServiceProvider"
      LegalPerson <|-- InternetServiceProvider
        click LegalPerson href "../LegalPerson"

      InternetServiceProvider : description




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


      InternetServiceProvider : headquartersAddress




    InternetServiceProvider --> "1" Address : headquartersAddress
    click Address href "../Address"


      InternetServiceProvider : legalAddress




    InternetServiceProvider --> "1" Address : legalAddress
    click Address href "../Address"


      InternetServiceProvider : name




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


      InternetServiceProvider : parentOrganizationOf




    InternetServiceProvider --> "*" LegalPerson : parentOrganizationOf
    click LegalPerson href "../LegalPerson"


      InternetServiceProvider : registrationNumber




    InternetServiceProvider --> "1..*" RegistrationNumber : registrationNumber
    click RegistrationNumber href "../RegistrationNumber"


      InternetServiceProvider : subOrganisationOf




    InternetServiceProvider --> "*" LegalPerson : subOrganisationOf
    click LegalPerson href "../LegalPerson"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
registrationNumber 1..*
RegistrationNumber
Country's registration number, which identifies one specific entity LegalPerson
legalAddress 1
Address
The full legal address of the organization LegalPerson
headquartersAddress 1
Address
Full physical location of the headquarter of the organization LegalPerson
parentOrganizationOf *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participants that this en... LegalPerson
subOrganisationOf *
LegalPerson
A list of resolvable links to Gaia-X Credentials of participants with a legal... LegalPerson
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
PointOfPresence maintainedBy range InternetServiceProvider
PhysicalInterconnectionPointIdentifier maintainedBy range InternetServiceProvider
InternetExchangePoint interconnectedParticipants range InternetServiceProvider
InternetExchangePoint maintainedBy range InternetServiceProvider

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#connectivity-configuration

LinkML Source

Direct

name: InternetServiceProvider
description: Organization providing internet access and related services
title: Internet Service Provider
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
is_a: LegalPerson

Induced

name: InternetServiceProvider
description: Organization providing internet access and related services
title: Internet Service Provider
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
is_a: LegalPerson
attributes:
  registrationNumber:
    name: registrationNumber
    description: Country's registration number, which identifies one specific entity.
      Valid formats are local, EUID, EORI, vatID, leiCode.
    title: Registration Number
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: registrationNumber
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: RegistrationNumber
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  legalAddress:
    name: legalAddress
    description: The full legal address of the organization.
    title: legal address
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: legalAddress
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: Address
    required: true
  headquartersAddress:
    name: headquartersAddress
    description: Full physical location of the headquarter of the organization.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: headquartersAddress
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: Address
    required: true
  parentOrganizationOf:
    name: parentOrganizationOf
    description: A list of resolvable links to Gaia-X Credentials of participants
      that this entity is a subOrganization of, if any.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: parentOrganizationOf
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: LegalPerson
    multivalued: true
  subOrganisationOf:
    name: subOrganisationOf
    description: A list of resolvable links to Gaia-X Credentials of participants
      with a legal mandate on this entity, e.g., as a subsidiary.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: subOrganisationOf
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: LegalPerson
    multivalued: 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: InternetServiceProvider
    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: InternetServiceProvider
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string