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
Expanded class hierarchy of EasyRdf_GraphStore
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EasyRdf_GraphStore:: |
private | property | ||
EasyRdf_GraphStore:: |
private | property | The address of the GraphStore endpoint | |
EasyRdf_GraphStore:: |
public | function | Delete a graph from the graph store | |
EasyRdf_GraphStore:: |
public | function | Fetch a named graph from the graph store | |
EasyRdf_GraphStore:: |
public | function | Get the URI of the graph store | |
EasyRdf_GraphStore:: |
public | function | Add data to a graph in the graph store | |
EasyRdf_GraphStore:: |
public | function | Replace the contents of a graph in the graph store with new data | |
EasyRdf_GraphStore:: |
protected | function | Send some graph data to the graph store | |
EasyRdf_GraphStore:: |
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:: |
public | function | Create a new SPARQL Graph Store client | |
EasyRdf_GraphStore:: |
public | function | Magic method to return URI of the graph store when casted to string |