Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 2.11.2, Jena 3.0.0
-
None
Description
A typed literal when serialized in JSON has currently the type "typed-literal".
This is not correct if you have look at the SPARQL 1.1 Spec. It should only be "literal".
I understand that supporting the legacy "typed-literal" during parsing makes sense, but the output should be "literal" or at least switchable by a flag.
Related Code: