SPARQL Syntax and Use

SPARQL, which stands for Simple Protocol and RDF Query Language, is a way of requesting a table of results from a pile of N3 documents.

TODO

  • Assumes some familiarity with SQL
  • Like SQL, you get a table of results
  • Like SQL, you specify your result columns in the where clause (although the word "WHERE" is optional)
  • Using bnode syntax in queries

SparqlSyntax (last edited 2008-10-04 06:52:27 by localhost)