Skip to content

Repository#supports? for :literal_equality #242

@no-reply

Description

@no-reply

: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".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions