:literal_equality might be the wrong term.
Most triplestores inline literals by their value, rather than storing a value + a string expression, and fail some literal equality specs as a result. We should make conformance for those specs optional for RDF::Repository impls, and add a #supports? flag for it. We could then use that flag to turn off the handful of literal equality specs that test, e.g. '01' != '1' for repositories that don't want or need support for that "feature".