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 : url
ContactInformation --> "1" Uri : url
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 |
url | 1 xsd:anyURI |
Resolvable link to a resource | 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
- url
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
url:
name: url
description: Resolvable link to a resource.
title: URL
from_schema: https://w3id.org/gaia-x/development#slots
alias: url
owner: ContactInformation
domain_of:
- TermsAndConditions
- ContactInformation
- LegalDocument
range: uri
required: true