ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Upgrade rdf gem (RDF.rb library) to a more recent version #108

Open jvendetti opened 4 years ago

jvendetti commented 4 years ago

In October, 2013, the 'rdf' dependency was pinned to version 1.0.8. This is a very old version of the gem, released 7 years ago in September, 2013. There's no documentation in the commit, indicating why RDF.rb was pinned at 1.0.8.

This issue was precipitated by the desire to merge upstream changes into our fork of the sparql-client gem. The upstream code uses version 3.1.3 of RDF.rb, which is incompatible with version 1.0.8 used here in goo.

syphax-bouazzouni commented 3 months ago

For reference to the work done on this at AgroPortal https://github.com/ontoportal-lirmm/goo/pull/56