class ActiveFedora::SparqlInsert
def pattern_subject(potential_subject)
def pattern_subject(potential_subject) if MaybeHashUri.new(potential_subject).hash? potential_subject else subject end end
def pattern_subject(potential_subject) if MaybeHashUri.new(potential_subject).hash? potential_subject else subject end end