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 needs.

curl --verbose --url "
http://localhost:8890/sparql-graph-crud?graph-uri=urn:graph:urn:graph:update:test:post
"


Allan.
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to