[GitHub] jena issue #139: JSON-LD output

2016-09-26 Thread fpservant
Github user fpservant commented on the issue: https://github.com/apache/jena/pull/139 @stain yes, JSONLD-java can download a context from a URL, and cache it. The problem is, there is no way that I know of that would allow me to use that context in a write operation initiated from

[GitHub] jena issue #139: JSON-LD output

2016-09-26 Thread stain
Github user stain commented on the issue: https://github.com/apache/jena/pull/139 If you get the HTTPClient working again, then you should be able to use JSONLD-Java's [Caching mechanism](https://github.com/jsonld-java/jsonld-java#loading-contexts-from-classpathjar) to avoid

[GitHub] jena issue #171: Using library code in a few classes

2016-09-26 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/171 Given PR #139 in-progress, can we hold back on the JSON-LD changes for now? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] jena pull request #171: Using library code in a few classes

2016-09-26 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/171#discussion_r80602233 --- Diff: jena-arq/src/main/java/org/apache/jena/atlas/test/Gen.java --- @@ -95,19 +84,13 @@ } if ( !found )

[GitHub] jena pull request #171: Using library code in a few classes

2016-09-26 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/171#discussion_r80601919 --- Diff: jena-arq/src/main/java/org/apache/jena/atlas/test/Gen.java --- @@ -32,52 +38,35 @@ return rand(numRand, low, high, false) ; }