Skip to content

ContactInformation

Contains contact details for an entity.

URI: gx:ContactInformation

 classDiagram
    class ContactInformation
    click ContactInformation href "../ContactInformation"
      ContactInformation : email




    ContactInformation --> "0..1" String : email
    click String href "../String"


      ContactInformation : phoneNumber




    ContactInformation --> "0..1" String : phoneNumber
    click String href "../String"


      ContactInformation : postalAddress




    ContactInformation --> "0..1" Address : postalAddress
    click Address href "../Address"


      ContactInformation : uri




    ContactInformation --> "0..1" uri : uri
    click uri href "../uri"


Slots

Name Cardinality and Range Description Inheritance
postalAddress 0..1
Address
Postal address of the contact direct
email 0..1
xsd:string
Email address of the contact direct
phoneNumber 0..1
xsd:string
Phone number of the contact direct
uri 0..1
uri
URI for the contact direct

Usages

used by used in type used
ServiceOffering providerContactInformation range ContactInformation
InfrastructureServiceOffering providerContactInformation range ContactInformation
ComputeServiceOffering providerContactInformation range ContactInformation
VirtualMachineServiceOffering providerContactInformation range ContactInformation
ContainerServiceOffering providerContactInformation range ContactInformation
BareMetalServiceOffering providerContactInformation range ContactInformation
ComputeFunctionServiceOffering providerContactInformation range ContactInformation
ConnectivityServiceOffering providerContactInformation range ContactInformation
DataProduct providerContactInformation range ContactInformation
DataPortability contactInformation range ContactInformation
NetworkConnectivityServiceOffering providerContactInformation range ContactInformation
InterconnectionServiceOffering providerContactInformation range ContactInformation
LinkConnectivityServiceOffering providerContactInformation range ContactInformation
PhysicalConnectivityServiceOffering providerContactInformation range ContactInformation
StorageServiceOffering providerContactInformation range ContactInformation
FileStorageServiceOffering providerContactInformation range ContactInformation
BlockStorageServiceOffering providerContactInformation range ContactInformation
ObjectStorageServiceOffering providerContactInformation range ContactInformation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#contact-information

LinkML Source

Direct

name: ContactInformation
description: Contains contact details for an entity.
from_schema: https://w3id.org/gaia-x/development#contact-information
attributes:
  postalAddress:
    name: postalAddress
    description: Postal address of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    domain_of:
    - ContactInformation
    range: Address
  email:
    name: email
    description: Email address of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    domain_of:
    - ContactInformation
    range: string
  phoneNumber:
    name: phoneNumber
    description: Phone number of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    domain_of:
    - ContactInformation
    range: string
  uri:
    name: uri
    description: URI for the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    domain_of:
    - ContactInformation
    range: uri

Induced

name: ContactInformation
description: Contains contact details for an entity.
from_schema: https://w3id.org/gaia-x/development#contact-information
attributes:
  postalAddress:
    name: postalAddress
    description: Postal address of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    alias: postalAddress
    owner: ContactInformation
    domain_of:
    - ContactInformation
    range: Address
  email:
    name: email
    description: Email address of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    alias: email
    owner: ContactInformation
    domain_of:
    - ContactInformation
    range: string
  phoneNumber:
    name: phoneNumber
    description: Phone number of the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    alias: phoneNumber
    owner: ContactInformation
    domain_of:
    - ContactInformation
    range: string
  uri:
    name: uri
    description: URI for the contact.
    from_schema: https://w3id.org/gaia-x/development#contact-information
    rank: 1000
    alias: uri
    owner: ContactInformation
    domain_of:
    - ContactInformation
    range: uri