diff options
| author | Graham Higgins <gjh-github@bel-epa.com> | 2012-03-08 02:34:39 +0000 |
|---|---|---|
| committer | Graham Higgins <gjh-github@bel-epa.com> | 2012-03-08 02:34:39 +0000 |
| commit | d63504f67ffe8697d6922ba8bc7bdba65eb59b33 (patch) | |
| tree | 1bbe5b925425184c499ae13f98cfbf9f55f27315 /docs | |
| parent | 899a86f7563c3c92cf5352e64ffed275c1b80a1c (diff) | |
| download | rdflib-d63504f67ffe8697d6922ba8bc7bdba65eb59b33.tar.gz | |
Minor docs tweak
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/graphs/conjunctive_graph.rst | 7 | ||||
| -rw-r--r-- | docs/modules/store.rst | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/modules/graphs/conjunctive_graph.rst b/docs/modules/graphs/conjunctive_graph.rst index 416f8233..2c6fce87 100644 --- a/docs/modules/graphs/conjunctive_graph.rst +++ b/docs/modules/graphs/conjunctive_graph.rst @@ -20,4 +20,11 @@ For the sake of persistence, Conjunctive Graphs must be distinguished by identif <urn:uuid:conjunctive-graph-foo> :persistedBy :MySQL +Terminology +^^^^^^^^^^^ + +``Conjunctive Query``: Any query that doesn't limit the store to search +within a named context only. Such a query expects a context-aware store to +search the entire asserted universe (the conjunctive graph). A formula-aware +store is expected not to include quoted statements when matching such a query. diff --git a/docs/modules/store.rst b/docs/modules/store.rst index 039466dd..9ccd0451 100644 --- a/docs/modules/store.rst +++ b/docs/modules/store.rst @@ -6,3 +6,18 @@ Store .. automodule:: rdflib.store .. :noindex: +.. autoclass:: rdflib.store.Store + :members: + +Events +^^^^^^ + +.. autoclass:: rdflib.store.StoreCreatedEvent + :members: + +.. autoclass:: rdflib.store.TripleAddedEvent + :members: + +.. autoclass:: rdflib.store.TripleRemovedEvent + :members: + |
