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 b65fdf9995 Bump @fortawesome/vue-fontawesome in /jena-fuseki2/jena-fuseki-ui new 8e76a9fdd2 GH-3335: Prefix determination from @context new d06b5e71dd Fix comments in irix The 2 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: .../org/apache/jena/riot/lang/LangJSONLD11.java | 102 +++++++++++++-------- .../java/org/apache/jena/riot/lang/TS_Lang.java | 2 + .../jena/riot/lang/TestLangJsonLD_prefixes.java | 97 ++++++++++++++++++++ .../src/main/java/org/apache/jena/irix/IRIs.java | 2 +- .../src/main/java/org/apache/jena/irix/IRIx.java | 2 +- 5 files changed, 164 insertions(+), 41 deletions(-) create mode 100644 jena-arq/src/test/java/org/apache/jena/riot/lang/TestLangJsonLD_prefixes.java