[
https://issues.apache.org/jira/browse/JENA-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166591#comment-14166591
]
Andy Seaborne commented on JENA-634:
------------------------------------
The stackoverflow question was asked 12 hours ago -- overnight my time.
We also have a mailing list [email protected].
Your question is why does {{riot --out JSON-LD}} give the error
{noformat}
Turtle
N-Quads
TriG
RDF_THRIFT
N-Triples
Not recognized as an streaming RDF language : 'JSONLD'
{noformat}
It has correctly identified JSON-LD. JSON-LD is not a streaming output
language (the writer needs all the data available before calling the
jsonld-java code) and {{riot}} is a streaming parser (it can cope with files of
any size) and needs to write in a streaming fashion.
The tool to read in the data into memory and write it out is {{rdfcat}}.
{noformat}
rdfcat -out JSONLD ... files ...
{noformat}
> Integrate JSON-LD into RIOT
> ---------------------------
>
> Key: JENA-634
> URL: https://issues.apache.org/jira/browse/JENA-634
> Project: Apache Jena
> Issue Type: Improvement
> Components: RIOT
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Jena 2.11.2
>
>
> JSON-LD engine used is
> [com.github.jsonld-java:jsonld-java|https://github.com/jsonld-java/]. This
> is the 'core' module.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)