GitHub user fpservant opened a pull request:
https://github.com/apache/jena/pull/203
JsonLDReader: possibility to override the @context
following a question on the user list: "[Overriding @context when loading
JSON-LD](http://jena.markmail.org/message/uf3zkzybv7gb4crt)",
a way using the jena Context mechanism to do just that.
This also allows to not depend on jsonld-java to download a context defined
by a URI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fpservant/jena master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/203.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #203
----
commit 6696ff614605070abc6fea6db5c29e8d96145054
Author: François-Paul Servant <[email protected]>
Date: 2017-01-09T00:32:44Z
Reading JSON-LD: possibility to pass the "@context" using the jena
Context
commit 990b7f980d99825687a7e4b6bf957a4c83608ba7
Author: François-Paul Servant <[email protected]>
Date: 2017-01-09T00:44:09Z
Moved TestJsonLDReader out of the writer package
commit dfa49580943a2a6a49adaf4b29cf94ea81441dd4
Author: François-Paul Servant <[email protected]>
Date: 2017-01-09T01:04:56Z
JsonLDReader: improve comment about JSONLD_CONTEXT Symbol
----
---
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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---