librdf_new_parser: Constructor - create a new librdf_parser object.

librdf_new_parserR Documentation

Constructor - create a new librdf_parser object.

Description

Constructor - create a new librdf_parser object.

Usage

librdf_new_parser ( world,
	name,
	mime_type,
	type_uri )

Arguments

world

redland world object ("_p_librdf_world_s")

name

the parser factory name (or NULL or empty string if don't care) ("character")

mime_type

the MIME type of the syntax (NULL if not used) ("character")

type_uri

URI of syntax (NULL if not used) ("_p_librdf_uri_s")

Value

_p_librdf_parser_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.