lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

"combined queries" vignette #154

Open lvaudor opened 1 year ago

lvaudor commented 1 year ago

reckon that glitter will only allow for a certain level of SPARQL complexity and that any further complexity should be dealt with R code. Include examples

dplyr operations AFTER rather than spq_dplyr operations BEFORE (when relevant)

discriminate several sub-queries in one complex query

factorize "heavy" queries through functions + purrr