Sha256: 7dfc7526284b7613ec0bed926dc041ccc4ff4190094301b34e600edafe1051f2
Contents?: true
Size: 720 Bytes
Versions: 12
Compression:
Stored size: 720 Bytes
Contents
require "rdf-vocab" module Ddr module Datastreams class AdminMetadataDatastream < ActiveFedora::NtriplesRDFDatastream property :permanent_id, predicate: Ddr::Vocab::Asset.permanentId property :permanent_url, predicate: Ddr::Vocab::Asset.permanentUrl property :original_filename, predicate: RDF::Vocab::PREMIS::V1.hasOriginalName do |index| index.as :stored_sortable end property :workflow_state, predicate: Ddr::Vocab::Asset.workflowState Ddr::Vocab::Roles.each do |term| property Ddr::Metadata::Vocabulary.term_name(Ddr::Vocab::Roles, term), predicate: term do |index| index.as :symbol end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems