I am looking for extensive sparql-graph-crud
documentation or other mechanism which details how to submit queries to Openlink Virtuoso SPARQL endpoint.
In short, I would like to learn how to send SPARQL queries (with WHERE
clauses) via curl
(over HTTP) to Openlink Virtuoso and obtain the results in JSON.
For example, I would like to submit a query such as SELECT * FROM <http://www.example.com/ABC> where { ?s ?p ?o } LIMIT 100
to Openlink Virtuoso at localhost
.
The example (below) provided on the OpenLink Virtuoso page is not sufficient for my queries.
curl --verbose --url "http://localhost:8890/sparql-graph-crud?graph-uri=urn:graph:update:test:post"