summaryrefslogtreecommitdiff
path: root/docs/rdf_graphs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rdf_graphs.rst')
-rw-r--r--docs/rdf_graphs.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rdf_graphs.rst b/docs/rdf_graphs.rst
index fcce668..3f58a17 100644
--- a/docs/rdf_graphs.rst
+++ b/docs/rdf_graphs.rst
@@ -9,5 +9,10 @@ data, excluding private information of users and system specific data.
We use rdflib library. Therefore any notation or RDF store options
provided by rdflib can be supported.
+Currently this feature is implemented as a part of the management
+module. Two specific commands are implemented: one to dump all data in
+RDF in a file and upload it to the integrated 4store. The second
+command returns RDF graph of a given node id.
+
More details will be updated as and when we enhance the details of
this feature.