Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-LD Support #1

Closed
nicholsn opened this issue Mar 2, 2016 · 2 comments
Closed

JSON-LD Support #1

nicholsn opened this issue Mar 2, 2016 · 2 comments

Comments

@nicholsn
Copy link

nicholsn commented Mar 2, 2016

Is is possible to export a CONSTRUCT query from the Blazegraph NanoSparqlServer GUI or API (e.g., using an HTTP Accept Header) as JSON-LD? If not, is JSON-LD support on the roadmap?

@beebs-systap
Copy link
Contributor

The JSON Sparql Results Format is currently configured, JSON-LD could be supported through Sesame 2.7.x by configuring a writer. Looks like we have an existing ticket on this one.

curl -X POST http://localhost:9999/blazegraph/sparql --data-urlencode 'query=CONSTRUCT  WHERE { hint:Query hint:analytic "true" . hnt:Query hint:constructDistinctSPO "false" . ?s ?p ?o }' -H 'Accept: application/json'

@nicholsn
Copy link
Author

nicholsn commented Mar 4, 2016

Thanks for the pointer to your ticketing system. With the growing JSON-LD community, it would be great to have this feature available by default. Looks like it is being addressed in: https://github.com/SYSTAP/bigdata/pull/325

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants