lvaudor / glitter

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

spq_set() and spq_filter()/spq_mutate() #86

Open maelle opened 2 years ago

maelle commented 2 years ago

With #81 spq_filter() and spq_mutate() rely on grepl("::") to recognize a triple pattern, although with spq_set() one could have added a synonym that doesn't require using namespacing. So eventually that recognition should become smarter.