Skip to content

ContactInformation

Contains contact details for an entity.

URI: gx:ContactInformation

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

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
slots:
- postalAddress
- email
- phoneNumber
- 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#slots
    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#slots
    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#slots
    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#slots
    alias: uri
    owner: ContactInformation
    domain_of:
    - ContactInformation
    range: uri