class ActiveFedora::RDF::FieldMap

def initialize(hash = {}, &_block)

def initialize(hash = {}, &_block)
  @hash = hash
  yield self if block_given?
end