Skip to content

Enum: PreservationLevelRole

The context in which a preservation level value is specified.

Based on PREMIS preservation level role vocabulary.

__

URI: valuesets:PreservationLevelRole

Permissible Values

Value Meaning Description
CAPABILITY premis:preservationLevelRole/cap The preservation level that the repository is capable of providing
INTENTION premis:preservationLevelRole/int The preservation level that the repository intends to provide
REQUIREMENT premis:preservationLevelRole/req The preservation level required by the depositor or

Slots

Name Description
preservation_level_role The role of the preservation level specification

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: PreservationLevelRole
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: 'The context in which a preservation level value is specified.

  Based on PREMIS preservation level role vocabulary.

  '
title: Preservation Level Role
from_schema: https://w3id.org/linkml/valuesets
see_also:
- https://id.loc.gov/vocabulary/preservation/preservationLevelRole.html
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  CAPABILITY:
    text: CAPABILITY
    description: 'The preservation level that the repository is capable of providing

      based on its technical infrastructure and resources.

      '
    meaning: premis:preservationLevelRole/cap
  INTENTION:
    text: INTENTION
    description: 'The preservation level that the repository intends to provide

      for the object, based on policy decisions.

      '
    meaning: premis:preservationLevelRole/int
  REQUIREMENT:
    text: REQUIREMENT
    description: 'The preservation level required by the depositor or

      other stakeholder for the object.

      '
    meaning: premis:preservationLevelRole/req