Community Documentation

SPARQL API classes

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

Note that class names in PHP are case-insensitive, so feel free to refer to these classes using all-lowercase names if you wish.

Query classes

SPARQL_Query

::ask()
...
::select()
...
::construct()
...
::describe()
...
->distinct([$value])
...
->reduced([$value])
...
->where($subject[, $predicate, $object])
...
->filter()
...
->order_by($var[, $sort])
...
->offset($offset)
...
->limit($limit)
...
->run()
...

Internal classes

SPARQL_Engine

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.