prefix | R Documentation |
PREFIX
prefix(.data, ...) prefix_(.data, ..., .dots)
.data |
input. This can be JSON input, or an object of class
|
... |
(logical) named prefixes |
.dots |
Used to work around non-standard evaluation |
## Not run: ### PREFIX cito: <http://purl.org/spar/cito/> x <- sparql_dsl("http://dbpedia.org/sparql") x %>% prefix(cito = "http://purl.org/spar/cito/") %>% inspect x %>% select() %>% prefix(dcterms = "http://purl.org/dc/terms/") %>% inspect x %>% prefix(cito = "http://purl.org/spar/cito/", dcterms = "http://purl.org/dc/terms/") %>% inspect ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.