RDF Model Serialisation

This module provides a method to generate a stream of statements, suitable for outputing from RDF/XML parsers, returning as the results of queries and serialising models in order to manipulate them or transform into another syntax.

RDF Statement Stream Class

Table of Contents
librdf_new_stream --  Constructor - create a new librdf_stream
librdf_free_stream --  Destructor - destroy an libdf_stream object
librdf_stream_end --  Test if the stream has ended
librdf_stream_next --  Move to the next librdf_statement in the stream
librdf_stream_get_object --  Get the current librdf_statement in the stream
librdf_stream_get_context --  Get the context of the current object on the stream
librdf_stream_set_map --  Set the filtering/mapping function for the stream
librdf_new_stream_from_node_iterator --  Constructor - create a new librdf_stream from an iterator of nodes
librdf_stream_print --  print the stream