Description Usage Arguments Value
request
sends a SPARQL query to the api endpoint and returns the
response object. It is a simple wrapper around httr::POST. It sets the
appropriate headers and sends the query as the request body. It does not
validate the query or handle the response in any way. The response format
is JSON.
1 | request(query)
|
query |
A SPARQL query as a string. |
The http response object from httr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.