librdf_parser_parse_counted_string_as_stream: Parse a counted string of content to a librdf_stream of...

librdf_parser_parse_counted_string_as_streamR Documentation

Parse a counted string of content to a librdf_stream of statements.

Description

Parse a counted string of content to a librdf_stream of statements.

Usage

librdf_parser_parse_counted_string_as_stream ( parser,
	string,
	length,
	base_uri )

Arguments

parser

the parser ("_p_librdf_parser_s")

string

the string to parse ("character")

length

length of the string content (must be >0) ("integer")

base_uri

the base URI to use or NULL ("_p_librdf_uri_s")

Value

_p_librdf_stream_s

References

https://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.


redland documentation built on May 31, 2023, 6:32 p.m.