Skip to content

Enum: PreservationEventOutcome

The outcome or result of a preservation event.

URI: valuesets:PreservationEventOutcome

Permissible Values

Value Meaning Description
SUCCESS premis:eventOutcome/suc The event completed successfully
FAILURE premis:eventOutcome/fai The event failed to complete
WARNING premis:eventOutcome/war The event completed with warnings or issues

See Also

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: PreservationEventOutcome
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: The outcome or result of a preservation event.
title: Preservation Event Outcome
from_schema: https://w3id.org/linkml/valuesets
see_also:
- https://id.loc.gov/vocabulary/preservation/eventOutcome.html
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  SUCCESS:
    text: SUCCESS
    description: The event completed successfully.
    meaning: premis:eventOutcome/suc
  FAILURE:
    text: FAILURE
    description: The event failed to complete.
    meaning: premis:eventOutcome/fai
  WARNING:
    text: WARNING
    description: The event completed with warnings or issues.
    meaning: premis:eventOutcome/war