Description Usage Arguments Value
sparql_select
sends a SPARQL query to the api endpoint and returns
the response as a tibble. The SPARQL should be a SELECT query as the
response is processed as tabular data. The function will convert datatypes
that it recognises. It currently recognises date types. All other data
returned in the tibble will be strings. If the query syntax is not valid or
the request fails for any other reason an error will be raised with the
response text.
1 | sparql_select(query)
|
query |
A SPARQL SELECT query as a string. |
A tibble containing the results of the query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.