Sha256: a75e6438b332a615fc09c3ad938c283d546586f32bb0cfebbd029aae5ccfce69
Contents?: true
Size: 263 Bytes
Versions: 29
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true module Hyrax::Works module Metadata extend ActiveSupport::Concern included do property :arkivo_checksum, predicate: ::RDF::URI.new('http://scholarsphere.psu.edu/ns#arkivoChecksum'), multiple: false end end end
Version data entries
29 entries across 29 versions & 1 rubygems