spq_prefix | R Documentation |
Add prefixes to the query
spq_prefix(.query = NULL, auto = TRUE, prefixes = NULL)
.query |
a list with elements of the query |
auto |
whether to use built-in prefixes |
prefixes |
a vector of prefixes |
A query object
spq_init() %>%
spq_prefix(prefixes=c(dbo="http://dbpedia.org/ontology/"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.