powered by
Executes cURL request to a pre-defined endpoint of the EU Publications Office. Relies on elx_make_query to generate valid SPARQL queries. Results are capped at 1 million rows.
elx_run_query( query = "", endpoint = "http://publications.europa.eu/webapi/rdf/sparql" )
A data frame containing the results of the SPARQL query. Column work contains the Cellar URI of the resource.
work
A valid SPARQL query specified by elx_make_query() or manually
elx_make_query()
SPARQL endpoint
# \donttest{ elx_run_query(elx_make_query("directive", include_force = TRUE, limit = 10)) # }
Run the code above in your browser using DataLab