Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The jsonld-java-sesame module contains an implementation of a Sesame RDFParser(Factory)/RDFWriter(Factory) that works in a slightly different way to the sesame-tools-rio-jsonld code. It would be useful to contrast the two approaches if you favour the current approach, and if possible contribute patches back to jsonld-java.
At a minimum you may want to remove the src/ext code and replace it with a dependency on jsonld-java (the core module). That would make it easier to upgrade.
If you keep the module, you may also want to support the settings from org.openrdf.rio.helpers.JSONLDSettings, including the modes from JSONLDMode.
The new 0.2 release of jsonld-java also includes support for caching contexts.