Sha256: fe6dd813db5a3bd9a7af56be7e11e3d7d406f7b588a35f2d7c701279ab46f22c
Contents?: true
Size: 864 Bytes
Versions: 20
Compression:
Stored size: 864 Bytes
Contents
require 'rdf' module Ddr module Events class PreservationEventType < RDF::StrictVocabulary("http://id.loc.gov/vocabulary/preservation/eventType/") property :cap, label: "capture" property :com, label: "compression" property :cre, label: "creation" property :dea, label: "deaccession" property :dec, label: "decompression" property :der, label: "decryption" property :del, label: "deletion" property :dig, label: "digital signature validation" property :fix, label: "fixity check" property :ing, label: "ingestion" property :mes, label: "message digest calculation" property :mig, label: "migration" property :nor, label: "normalization" property :rep, label: "replication" property :val, label: "validation" property :vir, label: "virus check" end end end
Version data entries
20 entries across 20 versions & 1 rubygems