Store 'uri'

This module provides an in-memory model (internally, using a the section called “Store 'memory'”) initialised from the RDF/XML content in a URI. The URI is given as the storage name and on closing, the model is destroyed. This store was added in Redland 1.0.15. In future it may be extended to allow saving the store to the URI.

There are no options for this store and contexts are not supported.

Example:

  /* Read URI content into a store */
  storage=librdf_new_storage(world, "uri", 
     "http://example.org/content.rdf", NULL);

Summary: