librdf_parser_parse_as_stream
Name
librdf_parser_parse_as_stream -- Parse a URI to a librdf_stream of statements
Synopsis
librdf_stream* librdf_parser_parse_as_stream
(librdf_parser* parser, librdf_uri* uri, librdf_uri* base_uri);
Arguments
- parser
the parser
- uri
the URI to read
- base_uri
the base URI to use (or NULL if the same)
Return value
librdf_stream
of statements or NULL