Load content from a URI into the model.
librdf_model_load ( model,
uri,
name,
mime_type,
type_uri,
.copy )
librdf_model object ("_p_librdf_model_s")
the URI to read the content ("_p_librdf_uri_s")
the name of the parser (or NULL) ("character")
the MIME type of the syntax (NULL if not used) ("character")
URI identifying the syntax (NULL if not used) ("_p_librdf_uri_s")
NA
integer
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.