Module: Fedora

Defined in:
lib/ruby-fedora.rb,
lib/fedora/formats.rb,
lib/fedora/repository.rb

Defined Under Namespace

Modules: Multipart, XmlFormat Classes: BaseObject, Datastream, FedoraObject, Repository

Constant Summary collapse

NAMESPACE =
"fedora:info/"
ALL_FIELDS =
[
  :pid, :label, :fType, :cModel, :state, :ownerId, :cDate, :dcmDate, 
  :bMech, :title, :creator, :subject, :description, :contributor,
  :date, :type, :format, :identifier, :source, :language, :relation, :coverage, :rights 
]