Learn R Programming

redland (version 1.0.17-18)

librdf_model_query_execute: Execute a query against the model.

Description

Execute a query against the model.

Usage

librdf_model_query_execute ( model,
	query )

Value

_p_librdf_query_results

Arguments

model

librdf_model object ("_p_librdf_model_s")

query

librdf_query object ("_p_librdf_query")

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.