class EasyRdf_GraphStore

A class for fetching, saving and deleting graphs to a Graph Store. Implementation of the SPARQL 1.1 Graph Store HTTP Protocol.

@package EasyRdf @copyright Copyright (c) 2009-2011 Nicholas J Humfrey @license http://www.opensource.org/licenses/bsd-license.php

Hierarchy

Expanded class hierarchy of EasyRdf_GraphStore

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php, line 47

View source

Members

Namesort descending Modifiers Type Description Overrides
EasyRdf_GraphStore::$parsedUri private property
EasyRdf_GraphStore::$uri private property The address of the GraphStore endpoint
EasyRdf_GraphStore::delete public function Delete a graph from the graph store
EasyRdf_GraphStore::get public function Fetch a named graph from the graph store
EasyRdf_GraphStore::getUri public function Get the URI of the graph store
EasyRdf_GraphStore::insert public function Add data to a graph in the graph store
EasyRdf_GraphStore::replace public function Replace the contents of a graph in the graph store with new data
EasyRdf_GraphStore::sendGraph protected function Send some graph data to the graph store
EasyRdf_GraphStore::urlForGraph protected function Work out the full URL for a graph store request. by checking if if it is a direct or indirect request. @ignore
EasyRdf_GraphStore::__construct public function Create a new SPARQL Graph Store client
EasyRdf_GraphStore::__toString public function Magic method to return URI of the graph store when casted to string