Learn R Programming

redland (version 1.0.17-6)

librdf_parser_parse_as_stream: Parse a URI to a librdf_stream of statements.

Description

Parse a URI to a librdf_stream of statements.

Usage

librdf_parser_parse_as_stream ( parser,
	uri,
	inUriorNull )

Arguments

parser
the parser ("_p_librdf_parser_s")
uri
the URI to read ("_p_librdf_uri_s")
inUriorNull
the base URI to use or NULL ("_p_librdf_uri_s")

Value

  • _p_librdf_stream_s

References

http://librdf.org/docs

See Also

This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.