Learn R Programming

redland (version 1.0.17-9)

librdf_query_execute: Run the query on a model.

Description

Run the query on a model.

Usage

librdf_query_execute ( query,
	model )

Arguments

query

librdf_query object ("_p_librdf_query")

model

model to operate query on ("_p_librdf_model_s")

Value

_p_librdf_query_results

References

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