Преглед на файлове

Query for all graphs if default graph is given.

Stefano Cossu преди 7 години
родител
ревизия
9dd67c86f5
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      lakesuperior/store_layouts/ldp_rs/lmdb_store.py

+ 2 - 0
lakesuperior/store_layouts/ldp_rs/lmdb_store.py

@@ -583,6 +583,8 @@ class LmdbStore(Store):
         # This sounds strange, RDFLib should be passing None at this point,
         # but anyway...
         context = self._normalize_context(context)
+        if context == RDFLIB_DEFAULT_GRAPH_URI:
+            context = None
 
         with self.cur('spo:c') as cur:
             for spok in self._triple_keys(triple_pattern, context):