lvaudor / glitter

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

Make it possible to add triplets to spq_filter #76

Closed maelle closed 2 years ago

maelle commented 2 years ago

These filters will then be used for WHERE not FILTER but for humans the triplets can be viewed as filters. E.g. spq_add("?stations wdt:P31 wd:Q928830")

maelle commented 2 years ago

I'd like this to be

spq_filter(stations = wdt::P31(wd_Q928830))