You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/04/25 16:18:45 UTC

[jena] branch main updated (a2065faf6c -> 2f77c117bf)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from a2065faf6c Merge pull request #1270 from afs/shacl-target
     new d026dc355b JENA-2153: Write pretty JSON-LD 1.1
     new dd80cf7d78 JENA-2153, JENA-1948: Setup for switching between JSON-LD 1.0 and 1.1
     new 2f77c117bf Merge pull request #1267 from afs/write-jsonld11

The 9841 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:
 .../main/java/org/apache/jena/riot/RDFFormat.java  |  84 ++++++++---
 .../org/apache/jena/riot/RDFParserRegistry.java    |  37 +++--
 .../org/apache/jena/riot/RDFWriterRegistry.java    | 163 ++++++++++++---------
 .../main/java/org/apache/jena/riot/SysRIOT.java    |  43 +++---
 .../org/apache/jena/riot/lang/extra/TurtleJCC.java |  10 +-
 .../{JenaRDF2JSONLD.java => JenaRDF2JSONLD10.java} |   4 +-
 .../apache/jena/riot/writer/JsonLD10Writer.java    |   2 +-
 .../apache/jena/riot/writer/JsonLD11Writer.java    | 135 +++++++++++++----
 .../apache/jena/rdf_star/TestTurtleStarParse.java  |   2 +-
 .../java/org/apache/jena/riot/TS_RiotGeneral.java  |   4 +-
 .../org/apache/jena/riot/TestJsonLDReader.java     |  13 +-
 .../jena/riot/system/TestJsonLDReadWrite.java      |   2 +-
 ...stJsonLDWriter.java => TestJsonLD10Writer.java} |  83 ++++++-----
 .../jena/riot/writer/TestRiotWriterGraph.java      |  14 +-
 .../java/arq/examples/riot/Ex_WriteJsonLD.java     |  64 ++++----
 15 files changed, 405 insertions(+), 255 deletions(-)
 rename jena-arq/src/main/java/org/apache/jena/riot/writer/{JenaRDF2JSONLD.java => JenaRDF2JSONLD10.java} (96%)
 rename jena-arq/src/test/java/org/apache/jena/riot/writer/{TestJsonLDWriter.java => TestJsonLD10Writer.java} (88%)