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..*" String : registrationNumber
    click String href "../String"


      InternetServiceProvider : subOrganisationOf




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
registrationNumber 1..*
xsd:string or 
LocalRegistrationNumber or 
VatID or 
LeiCode or 
EORI or 
EUID or 
TaxID
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
A free text description of the entity GaiaXEntity

Usages

used by used in type used
PointOfPresence maintainedBy range InternetServiceProvider
PhysicalInterconnectionPointIdentifier maintainedBy range InternetServiceProvider
InternetExchangePoint participants 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#legal-person
    rank: 1000
    identifier: true
    alias: registrationNumber
    owner: InternetServiceProvider
    domain_of:
    - LegalPerson
    range: string
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: LocalRegistrationNumber
    - range: VatID
    - range: LeiCode
    - range: EORI
    - range: EUID
    - range: TaxID
  legalAddress:
    name: legalAddress
    description: The full legal address of the organization.
    title: legal address
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    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#legal-person
    rank: 1000
    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#legal-person
    rank: 1000
    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#legal-person
    rank: 1000
    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: http://w3id.org/gaia-x/gx-trust-framework
    rank: 1000
    slot_uri: https_schema:name
    alias: name
    owner: InternetServiceProvider
    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: InternetServiceProvider
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false