%META:TOPICPARENT{name="VirtTipsAndTricksSPARQL11FeaturesExamplesCollection"}%
---+ Virtuoso SPARQL 1.1. LOAD Usage Example
---++What?
This guide contains Virtuoso SPARQL 1.1. LOAD Usage Example which you can run against any SPARQL endpoint that supports SPARQL 1.1 and the ability to allow a verified user perform INSERT operations.
---++Why?
Simple way of loading data in the Quad Store.
---++How?
Here is example showcasing Virtuoso's support for this functionality:
1 Assume the following resource URL:
http://www.w3.org/People/Berners-Lee/card#i
1 Load data from the URL:
SPARQL LOAD ;
callret-0
ANY
Load into graph -- done
No. of rows in result: 1
1 [[http://bit.ly/TknjDs][View Loaded Data via SPARQL Protocol URL]]
---++Related
* [[http://www.w3.org/TR/2012/PR-sparql11-update-20121108/#load][SPARQL 1.1 LOAD]]
* [[http://www.w3.org/TR/rdf-sparql-protocol/][SPARQL Protocol (HTTP based Query Service)]]
* [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
* [[VirtTipsAndTricksSPARQL11FeaturesExamplesCollection][Virtuoso SPARQL 1.1 Usage Examples Collection]]
* [[http://virtuoso.openlinksw.com/tutorials/sparql/SPARQL_Tutorials_Part_9/SPARQL_Tutorials_Part_9.html][Virtuoso SPARQL 1.1 Syntax Tutorial]]
* [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][Virtuoso Documentation]]