Bug fixes and minor API changes:
- Order includes to remove platform dependencies on load requirements.
- Fix XML Comparison matcher
- Add
--store option to bin/rdf_context. Let Parser#detect_format intuit file type.
- Add
Graph#contents as alias to store
- Add
ConjunctiveGraph#triples to return all triples from store, not just default context
- Add
Graph#nsbinding to retreive Store#nsbinding
- Fix numerous
SQLite3Store and AbstractSQLStore bugs. Add round-trip tests to Graph spec.
I’ve released version 0.4.4 of the RdfContext gem. As the name implies, RdfContext supports contextual data-stores bound to graphs, along with a ConjunctiveGraph providing the union of contexts within a given data-store.
This version of 0.5.0 adds support for Ruby 1.9 and 1.8.6 in addition to 1.8.7. Full unicode character escapes are supported in Ruby 1.9. The N3 parser has been substantially re-written and updated to be compliant with W3C SWAP, CWM and Turtle test suites, although it is supported only to the N3-rdf level, with variables and formulae not yet supported.