Skip to content

Class: Academic Field

An academic field is the scientific subject of an event or event series according to some controlled vocabulary or thesaurus and as such requires the scheme URI.

Inheritance

Slots

Name Range Cardinality Description
Schema Value xsd:string 1..1 The classification label of a certain classification schema.
Schema Name xsd:string 0..1 A property to provide the name of a schema.
External formatter URI xsd:anyURI 0..1 The base URI of the schema that provides the context for the schema based value.

Usages

used by used in type used
Event Series Academic Field range AcademicField
Event Academic Field range AcademicField

Mappings

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

LinkML Source

name: AcademicField
description: An academic field is the scientific subject of an event or event series
  according to some controlled vocabulary or thesaurus and as such requires the scheme
  URI.
title: Academic Field
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
mixins:
- SchemaBasedThing
slot_usage:
  schema_value:
    name: schema_value
    description: The classification label of a certain classification schema.
    domain_of:
    - SchemaBasedThing
    - SchemaBasedThing
    range: string
    required: true