librdf_model_load: Load content from a URI into the model.

librdf_model_loadR Documentation

Load content from a URI into the model.

Description

Load content from a URI into the model.

Usage

librdf_model_load ( model,
	uri,
	name,
	mime_type,
	type_uri,
	.copy )

Arguments

model

librdf_model object ("_p_librdf_model_s")

uri

the URI to read the content ("_p_librdf_uri_s")

name

the name of the parser (or NULL) ("character")

mime_type

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

type_uri

URI identifying the syntax (NULL if not used) ("_p_librdf_uri_s")

.copy

NA

Value

integer

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.