imsdu commented on issue #3698:
URL: https://github.com/apache/jena/issues/3698#issuecomment-3750174175

   Hello,
   When converting between a Jena DatasetGraph and its JSON-LD representation, 
I want to get a JSON object to continue to work on it.
   Same when converting between JSON-LD to a DatasetGraph, I am expecting a 
DatasetGraph.
   
   I can do it through streams and get a string as you proposed and parse it 
back but it adds unnecessary complexity.
   Note that what I would like was possible in 5.2: 
https://github.com/apache/jena/blob/jena-5.2.0/jena-arq/src/main/java/org/apache/jena/riot/system/JenaTitanium.java
 .
   
   I hope it is a bit clearer :).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to