Andy Seaborne created JENA-1880:
-----------------------------------
Summary: Rewrite ResultSetWriterJSON to work using Nodes.
Key: JENA-1880
URL: https://issues.apache.org/jira/browse/JENA-1880
Project: Apache Jena
Issue Type: Task
Components: ARQ
Affects Versions: Jena 3.14.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Fix For: Jena 3.15.0
ResultSetWriterJSON executes by reading Model API RDFNodes (Resources,
Literal) from the ResultSet.
It could be made to execute reading graph-level Nodes.
In order to incorporate RDF*, the result set form needs to handle triple terms.
There may not be a direct class for these in the Model API.
To separate the decisions about the Model API, rework ResultSetWriterJSON to
work on Nodes not ModelAPI classes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)