Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 12, 2023
1 parent a66507f commit f0b8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/explore.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ query_basis %>%
spq_prefix(prefixes = c("schema" = "http://schema.org/")) %>%
spq_add("?s a schema:Organization") %>%
spq_add("?s ?property ?value") %>%
spq_select(-value, -s, class, .spq_duplicate = "distinct") %>%
spq_select(-value, -s, .spq_duplicate = "distinct") %>%
spq_perform() %>%
knitr::kable()
```
Expand Down

0 comments on commit f0b8dae

Please sign in to comment.