Community Documentation

SPARQL API functions

Last updated February 18, 2008. Created by Arto on February 18, 2008.
Log in to edit this page.

Query builders

sparql_ask()
Builds and executes an ASK query.
sparql_select($var1[, $var2, $varN, ...])
Builds and executes a SELECT query.
sparql_construct()
Builds and executes a CONSTRUCT query.
sparql_describe()
Builds and executes a DESCRIBE query.

Query parsers

sparql_query($text[, $options, &$errors])
Executes a SPARQL query in text form.
sparql_parse($text[, $options, &$errors])
Parses a SPARQL query in text form, returning a SPARQL_Query object.

About this page

Drupal version
Drupal 6.x

Develop for Drupal

Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.
nobody click here