# HG changeset patch # User sem4j # Date 1380597743 14400 # Node ID 8be8c890b3b819c25f22614efa131eaa89d8ac80 # Parent 30a553efb31e7c16496372fdec5f1d3f3790f42e Uploaded diff -r 30a553efb31e -r 8be8c890b3b8 sparql.xml --- a/sparql.xml Mon Sep 30 23:21:54 2013 -0400 +++ b/sparql.xml Mon Sep 30 23:22:23 2013 -0400 @@ -5,7 +5,7 @@ - + @@ -13,6 +13,24 @@ + **What it does** + +This tool executes SPARQL query on a RDF file with Jena ARQ. + +To setup Jena ARQ, please refer README.txt in this tool's directory. + +**Input RDF DATA** + +Input RDF data has to be N-Triples format. + +To input multiple RDF files, concatenate tails to heads and merge them into one file. + +**SPARQL Tools** + +Example: + +SELECT * WHERE { ?s ?p ?o } LIMIT 10 +