Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

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

Closed
catch-point opened this issue Oct 6, 2014 · 2 comments · Fixed by #200
Closed

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

catch-point opened this issue Oct 6, 2014 · 2 comments · Fixed by #200

Comments

@catch-point
Copy link
Contributor

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
Copy link
Contributor

spadgett commented Oct 6, 2014

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
Copy link
Contributor

sspeiche commented Oct 6, 2014

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

spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
spadgett pushed a commit to spadgett/ldp-testsuite that referenced this issue Oct 6, 2014
- Don't use @graph if it's not needed
- Make sure Jena's serialization doesn't use
  graph URI urn:x-arq:DefaultGraphNode

Fixes w3c#197
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants