sparql_query: SPARQL query, end around the DSL

View source: R/sparql_query.R

sparql_queryR Documentation

SPARQL query, end around the DSL

Description

SPARQL query, end around the DSL

Usage

sparql_query(.data, x, ...)

Arguments

.data

a sparql_dsl class object, result of a call to sparql_dsl

x

A SPARQL query

...

Further arguments passed on to GET

Examples

## Not run: 
sparql_dsl("http://dbpedia.org/sparql") %>%
 sparql_query("SELECT * WHERE { ?s ?p ?o } OFFSET 100 LIMIT 10")

## End(Not run)

ropenscilabs/sparqldsl documentation built on May 18, 2022, 8:32 p.m.