Skip to content

Class: Context

A container to provide extra information, such as call of papers event description.

Slots

Name Range Cardinality Description
Context Description xsd:string 0..1 The free text used to provide more context information on an event or event series.
Context License xsd:string 0..1 The license of the context information as text, which must be used when copying text from other sources.
Context License URL xsd:anyURI 0..1 The license of the context information as URL, which should be used when copying text from other sources and such a URL exists.

Usages

used by used in type used
Event Series Context Information range Context
Event Context Information range Context

Mappings

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

LinkML Source

name: Context
description: A container to provide extra information, such as call of papers event
  description.
title: Context
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
attributes:
  text:
    name: text
    description: The free text used to provide more context information on an event
      or event series.
    title: Context Description
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: string
  license_str:
    name: license_str
    description: The license of the context information as text, which must be used
      when copying text from other sources.
    title: Context License
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: string
  license_url:
    name: license_url
    description: The license of the context information as URL, which should be used
      when copying text from other sources and such a URL exists.
    title: Context License URL
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: uriorcurie