On 22/05/14 10:23, Rob Vesse wrote:
Holger

The jsonld-java module is an external project not affiliated with Apache
Jena so any bugs with it should be reported to that project on GitHub

Note that our trunk uses that module as a dependency to add JSON-LD
support to Jena and that will be included in our next release so any
issues in that module that you can report and help get fixed will feed
into our use of the module in our next release

Regards,

Rob

Yes - Jena (dev) has JSON-LD as part of Jena directly and does not require additional configuration by the user.

The reader code is at:

https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/org/apache/jena/riot/lang/JsonLDReader.java

Jena's dependency is on the com.github.jsonld-java:jsonld-java module (the core JSON-LD engine) from that project and does not use the (old) jsonld-java-jena artifact (integration/jena).

If there is a bug, could you provide a fix for the code in SVN please?

        Andy


On 22/05/2014 09:37, "Holger Knublauch" <[email protected]> wrote:

(I hope this is the right place to ask this question).

Looking at

https://github.com/jsonld-java/jsonld-java/blob/master/integration/jena/sr
c/main/java/com/github/jsonldjava/jena/JsonLDReader.java

it seems that the current JSON-LD reader does not copy the prefix
definitions into the target Jena model, even though the writer is
correctly creating them.

Thanks
Holger






Reply via email to