app/models/concerns/hydra/rights.rb in hydra-access-controls-9.4.0 vs app/models/concerns/hydra/rights.rb in hydra-access-controls-9.4.1
- old
+ new
@@ -1,10 +1,10 @@
module Hydra
module Rights
extend ActiveSupport::Concern
included do
# Rights
- property :rights, predicate: ::RDF::DC.rights do |index|
+ property :rights, predicate: ::RDF::Vocab::DC.rights do |index|
index.as :facetable
end
property :rightsHolder, predicate: ::RDF::URI('http://opaquenamespace.org/rights/rightsHolder') do |index|
index.as :searchable, :facetable
end