Constructor - create a new librdf_query object.
librdf_new_query ( world,
name,
uri,
query_string,
base_uri )
_p_librdf_query
redland world object ("_p_librdf_world_s")
the name identifying the query language ("character")
the URI identifying the query language (or NULL) ("_p_librdf_uri_s")
the query string ("character")
the base URI of the query string (or NULL) ("_p_librdf_uri_s")
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.