librdf_model_query_execute {redland}R Documentation

Execute a query against the model.

Description

Execute a query against the model.

Usage

librdf_model_query_execute ( model,
	query )

Arguments

model

librdf_model object ("_p_librdf_model_s")

query

librdf_query object ("_p_librdf_query")

Value

_p_librdf_query_results

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.


[Package redland version 1.0.17-18 Index]