Skip to content

Class: ConfIDent Records

A container to be able to bundle academic event data and series in one data file (e.g. YAML or JSON).

Slots

Name Range Cardinality Description
Events Event 0..* A property to provide a list of academic events within this container.
Series Event Series 0..* A property to provide a list of academic event series within this container.

Usages

used by used in type used
ConfIDent Records Events domain ConfIDentRecords
ConfIDent Records Series domain ConfIDentRecords

Mappings

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

LinkML Source

name: ConfIDentRecords
description: A container to be able to bundle academic event data and series in one
  data file (e.g. YAML or JSON).
title: ConfIDent Records
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
attributes:
  events:
    name: events
    description: A property to provide a list of academic events within this container.
    title: Events
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    domain: ConfIDentRecords
    multivalued: true
    range: Event
    inlined: true
    inlined_as_list: true
  series:
    name: series
    description: A property to provide a list of academic event series within this
      container.
    title: Series
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    domain: ConfIDentRecords
    multivalued: true
    range: EventSeries
    inlined: true
    inlined_as_list: true
tree_root: true