Enum: EnumMediaType

General type of data content encoded in a digital or physical resource file. Based on https://doi.org/10.5281/zenodo.11521029.

URI: EnumMediaType

Permissible Values

Value Meaning Description
audio None Audio-based content such as podcasts, recorded lectures, or sound files
video None Video-based content including recorded lectures, demonstrations, or animation...
text None Textual content such as articles, essays, transcripts, or written materials
presentation None Presentation-based content such as slideshows, slide decks, or visual lecture...
code None Executable or source code content, including scripts, programming examples, o...
image None Image-based content such as photographs, diagrams, or infographics

Slots

Name Description
mediaType General type of data content encoded in a resource file, identifying the digi...

Aliases

  • enumMedientyp

Identifier and Mapping Information

Schema Source

  • from schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/

LinkML Source

name: enumMediaType
description: General type of data content encoded in a digital or physical resource
  file. Based on https://doi.org/10.5281/zenodo.11521029.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- enumMedientyp
rank: 1000
permissible_values:
  audio:
    text: audio
    description: Audio-based content such as podcasts, recorded lectures, or sound
      files.
  video:
    text: video
    description: Video-based content including recorded lectures, demonstrations,
      or animations.
  text:
    text: text
    description: Textual content such as articles, essays, transcripts, or written
      materials.
  presentation:
    text: presentation
    description: Presentation-based content such as slideshows, slide decks, or visual
      lecture materials.
  code:
    text: code
    description: Executable or source code content, including scripts, programming
      examples, or software packages.
  image:
    text: image
    description: Image-based content such as photographs, diagrams, or infographics.