ContactInformation
Contains contact details for an entity.
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 |
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
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