owmeta_core.bundle_dependency_store module¶
- class owmeta_core.bundle_dependency_store.BundleDependencyStore(wrapped=None, excludes=())[source]¶
Bases:
StoreA read-only RDFLib
Storethat supports the extra stuff we need from dependencies- open(configuration)[source]¶
Creates and opens the configured store.
Also verifies that the provided store is context-aware
- context_aware = True¶
Specified by RDFLib. Required to be True for
ConjunctiveGraphstores.Wrapped store MUST be context-aware. This is enforced by
open().