The rdflib PluginΒΆ

Input Parameters
Parameter Default Value Description
rdflib_store IOMemory Default rdflib storage backend to use
rdflib_identifier None Identifier to use for default graph

The parameters are passed as key-value arguments to the surf.store.Store class.

s = Store(  reader            =   "rdflib",
            writer            =   "rdflib",
            rdflib_store      =   "IOMemory",
            rdflib_identifier =   URIRef("http://my_graph_uri"))

Previous topic

Install and Configure AllegroGraph RDF Store

Next topic

The sesame2 Plugin

This Page