rdf_has_bdb {rdflib} | R Documentation |
Check for BDB support
Description
Detect whether Berkeley Database for disk-based storage of RDF graphs
is available. Disk-based storage requires redland package
to be installed from source with support for the Berkeley DB
(libdb-dev on Ubuntu, berkeley-db on homebrew), otherwise rdf()
will
fall back to in-memory storage with a warning.
Usage
rdf_has_bdb()
Value
TRUE if BDB support is detected, false otherwise
Examples
rdf_has_bdb()
[Package rdflib version 0.2.8 Index]