andrew u frank created JENA-1608:
------------------------------------
Summary: different output when processing json-ld in the playground and in riot
Key: JENA-1608
URL: https://issues.apache.org/jira/browse/JENA-1608
Project: Apache Jena
Issue Type: Bug
Components: RIOT
Affects Versions: Jena 3.6.0
Reporter: andrew u frank
Attachments: problem.jsonld, problem.ttl, problem_output_playground.txt
I have the json-ld document [^problem.jsonld] processed on the json-ld playground (which
I assume is authoritative) and get the result [^problem_output_playground.txt]. if I process
the same file with RIOT the result is different, namely [^problem.ttl].
The difference is simply that RIOT does not include the rdf-objects which are not using a
blank node as identifier. If a line
"@base": "http://gerastree.at/lit_2014#"
is added to the context, the output seems to conform to what is produced by the playground.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|