module ActiveFedora::FedoraObject

def dc

DC Datastream
def dc
  #dc = REXML::Document.new(datastreams["DC"].content)
  return datastreams["DC"]
end