Skip to content

Class: Event Format

An academic event format specification is a plan specification that classifies a planned gathering of people in an academic context according to some sociocultural format, which provides implicit and explicit details on how this gathering is to be carried out by its participants in terms of achieving certain objectives, fulfilling certain conditions and performing certain actions. It thus concretizes the expectations of the contributors of an academic event. While the explicit details are often provided as concrete parts (e.g. deadline or attendance fee specifications), the implicit details depend on the semantics encoded in the words used for the classification of academic events (e.g. "conference" or "workshop"). Depending on the sociocultural background these classifications can overlap or vary to a certain degree.

Slots

Name Range Cardinality Description
Other Event Format xsd:string 1..1 A mandatory property to provide the format of an academic event as string, in order to further specify its type in case it could not be specified according to the possible values of Event Type.

Mappings

Mapping Type Mapped Value
self ['AEON:0000004']
native ['confident:EventFormatSpecification']

LinkML Source

name: EventFormatSpecification
description: An academic event format specification is a plan specification that classifies
  a planned gathering of people in an academic context according to some sociocultural
  format, which provides implicit and explicit details on how this gathering is to
  be carried out by its participants in terms of achieving certain objectives, fulfilling
  certain conditions and performing certain actions. It thus concretizes the expectations
  of the contributors of an academic event. While the explicit details are often provided
  as concrete parts (e.g. deadline or attendance fee specifications), the implicit
  details depend on the semantics encoded in the words used for the classification
  of academic events (e.g. "conference" or "workshop"). Depending on the sociocultural
  background these classifications can overlap or vary to a certain degree.
title: Event Format
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
attributes:
  other_format:
    name: other_format
    description: A mandatory property to provide the format of an academic event as
      string, in order to further specify its type in case it could not be specified
      according to the possible values of [Event Type](EventType.md).
    title: Other Event Format
    examples:
    - value: ad-hoc meeting of university presidents
      description: An example to provide a format specification for special type of
        academic event that is not in the schema's [EventType](EventType) enum.
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    slot_uri: OBI:0002815
    range: string
    required: true
class_uri: AEON:0000004