Class: ContactPoint
Contact information
URI: vcard:Kind
classDiagram
class ContactPoint
ContactPoint : address
ContactPoint : contactName
ContactPoint : email
ContactPoint : telephone
Properties
Mandatory Properties
Name | Range | Description | Cardinality |
---|---|---|---|
contactName | String | The name of the organisational contact to obtain further information or provi... | One |
String Regex pattern: ^\S+@[\S+\.]+\S+ |
The e-mail address to be used to contact the organisational contact for the r... | One |
Optional Properties
Name | Range | Description | Cardinality |
---|---|---|---|
address | String | Address for the contact team | One |
telephone | String | Telephone number for the contact team | One |
Usages
used by | used in | type | used |
---|---|---|---|
CataloguedResource | contactPoint | range | ContactPoint |
DataService | contactPoint | range | ContactPoint |
Dataset | contactPoint | range | ContactPoint |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/co-cddo/ukgov-metadata-exchange-model/blob/main/src/model/uk_cross_government_metadata_exchange_model.yaml
Mappings
Mapping Type | Mapped Value |
---|---|
self | vcard:Kind |
native | ukgov_metadata:ContactPoint |