librdf_query_execute {redland} | R Documentation |
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
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]