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

Stand-alone SPARQL end-point- access remotely in javascript #56

Open
mehrdadniknam opened this issue Nov 6, 2013 · 2 comments
Open

Comments

@mehrdadniknam
Copy link

I could run the rdfstore-js as Stand-alone SPARQL end-point. The example in README file sends a SPARQL query using command line program curl:

curl -v -d "default-graph-uri=http://test.com/graph1" --data-urlencode "query=select * { ?s ?p ?o } limit 3" -H "Accept: application/rdf+xml" http://localhost:8080/sparql

I need to access it remotely using javascript in a browser and not in command line program. The examples in README do not show how to access a remote SPARQL endpoint in javascript; they just show how to create local rdfstores and query them. Can anyone help me on this issue?

@vivdx
Copy link

vivdx commented Mar 9, 2014

I have the same issue, I need an example: to send queries to an existing triple store on the Web to fetch results.
Thanks

@csarven
Copy link

csarven commented Oct 22, 2014

LOAD <http://example.org/sparql?query=CONSTRUCT ...>

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

3 participants