Skip to content

Class: ContactPoint

Information (e.g. e-mail address, telephone number) of a person or department through which the user can get in touch with.

URI: [m8g:ContactPoint](http://data.europa.eu/m8g/ContactPoint)
 classDiagram
    class ContactPoint
    click ContactPoint href "../ContactPoint/"
      ContactPoint : contactPage





        ContactPoint --> "*" Document : contactPage
        click Document href "../Document/"



      ContactPoint : hasEmail

      ContactPoint : hasTelephone

## Class Properties | Property | Value | | --- | --- | | Class URI | [m8g:ContactPoint](http://data.europa.eu/m8g/ContactPoint) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [contactPage](contactPage.md) | *
[Document](Document.md) | A web page that could be used to reach out the Contact Point | direct | | [hasEmail](hasEmail.md) | *
[String](String.md) | An electronic address through which the Contact Point can be contacted | direct | | [hasTelephone](hasTelephone.md) | *
[String](String.md) | A telephone number through which the Contact Point can be contacted | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [contactPoint](contactPoint.md) | range | [ContactPoint](ContactPoint.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | m8g:ContactPoint | | native | cpv:ContactPoint | ## LinkML Source ### Direct
name: ContactPoint
description: Information (e.g. e-mail address, telephone number) of a person or department
  through which the user can get in touch with.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- contactPage
- hasEmail
- hasTelephone
class_uri: m8g:ContactPoint
### Induced
name: ContactPoint
description: Information (e.g. e-mail address, telephone number) of a person or department
  through which the user can get in touch with.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
  contactPage:
    name: contactPage
    description: A web page that could be used to reach out the Contact Point.
    title: contact page
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: m8g:contactPage
    owner: ContactPoint
    domain_of:
    - ContactPoint
    range: Document
    multivalued: true
  hasEmail:
    name: hasEmail
    description: An electronic address through which the Contact Point can be contacted.
    title: has email
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: m8g:email
    owner: ContactPoint
    domain_of:
    - ContactPoint
    range: string
    multivalued: true
  hasTelephone:
    name: hasTelephone
    description: A telephone number through which the Contact Point can be contacted.
    title: has telephone
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: m8g:telephone
    owner: ContactPoint
    domain_of:
    - ContactPoint
    range: string
    multivalued: true
class_uri: m8g:ContactPoint