You are here

constant EasyRdf_GraphStore::DEFAULT_GRAPH in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php \EasyRdf_GraphStore::DEFAULT_GRAPH

Use to reference default graph of triplestore

File

vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php, line 51

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.

Code

const DEFAULT_GRAPH = 'urn:easyrdf:default-graph';