This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.
from 16072d3 Merge pull request #794 from afs/fuseki-new-config
new f34fe62 Added JsonLdReadContext
new 3002f48 Fixed license
new 9bd873f Supress warnings
new 6e16f20 Addressed PR feedback
new af3f33d Fixed licensing formatting
new 76a1f24 Merge pull request #792 from umbreak/jsonld_reader_context
The 8552 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../arq/examples/riot/Ex_WriteJsonLD.java | 4 +-
.../org/apache/jena/riot/JsonLDReadContext.java | 74 +++++++++++++
.../org/apache/jena/riot/JsonLDWriteContext.java | 6 +-
.../src/main/java/org/apache/jena/riot/RIOT.java | 10 +-
.../org/apache/jena/riot/lang/JsonLDReader.java | 105 ++++++++++++++----
.../org/apache/jena/riot/writer/JsonLDWriter.java | 1 -
.../org/apache/jena/riot/TestJsonLDReader.java | 118 +++++++++++----------
pom.xml | 2 +-
8 files changed, 230 insertions(+), 90 deletions(-)
create mode 100644
jena-arq/src/main/java/org/apache/jena/riot/JsonLDReadContext.java