Skip to content

Class: Contact Person

The contact person of an academic event or event series.

Inheritance

Slots

Name Range Cardinality Description
Email xsd:string 0..1 The email address of the contact person.
Telephone xsd:string 0..1 The telephone number of the contact person.
Contact Contact Person 0..1 recommended The contact person of an academic event or event series.
Type Contributor Type 0..1 An abstract property that is reused in certain classes to differentiate their instances according to the type enums defined as the range.
ID xsd:anyURI 1..1 A property to provide an internal id of a schema entity in the ConfIDent plattform.
Name xsd:string 0..1 A property to provide a name of a schema entity.
External ID External ID 0..* A property to provide an external id of a schema entity.

Usages

used by used in type used
Organizer Contact range ContactPerson
Contact Person Contact range ContactPerson
Committee Member Contact range ContactPerson
Committee Chair Contact range ContactPerson

Mappings

Mapping Type Mapped Value
self ['confident:ContactPerson']
native ['confident:ContactPerson']

LinkML Source

name: ContactPerson
description: The contact person of an academic event or event series.
title: Contact Person
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
is_a: Organizer
attributes:
  email:
    name: email
    description: The email address of the contact person.
    title: Email
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    slot_uri: sdo:email
    range: string
    pattern: \b[-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b
  telephone:
    name: telephone
    description: The telephone number of the contact person.
    title: Telephone
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    slot_uri: sdo:telephone
    range: string