w3c / ldp-testsuite

(UNMAINTAINED) Tests for Linked Data Platform (LDP)
Other
22 stars 29 forks source link

testPostJsonLd Should NOT Include @graph urn:x-arq:DefaultGraphNode #197

Closed catch-point closed 10 years ago

catch-point commented 10 years ago

The graph urn:x-arq:DefaultGraphNode is not widely recognized (outside of jena) and should not sent to the LDP server when testing json-ld support. The test should be changed to omit any @graph directives or at least use the document URI as the graph URI.

spadgett commented 10 years ago

Related Jena issue:

https://issues.apache.org/jira/browse/JENA-794

Jena has few options for writing out JSON-LD. We might need to manually write the JSON-LD for this test or at least alter Jena's output to git rid of @graph.

sspeiche commented 10 years ago

Agree, since Jena's json-ld support isn't too flexible yet...we may just hand generate a simple representation.