Description Usage Arguments Value Examples
Execute a SPARQL select query
1 2 3 4 |
repository |
Object of type repository specifying server details and repository to work on. |
query |
Sparql query to evaluate |
returnType |
In what format should the triples be returned. Can choose between "dataframe","matrix","list". Defaults to "list |
infer |
... |
context |
Can be a list. Specifies the contexts from which you want to query |
cleanUp |
If TRUE, removes the XML types of all variables. Currently for this to work, the return type needs to be a data.table. However, this is recommended either way. |
namedContext |
... |
bindings |
... |
planner |
... |
checkVariables |
If yes, then query warnings will cause the query to stop executing and fail. |
limit |
How many triples to return |
convert |
Convert variable to R type |
Triples in matrix form
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.