summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/service/service-var-2.rq
blob: 38cfcb753f9a09528ff5b44413468193b86c5273 (plain)
1
2
3
4
5
6
SELECT ?u {
  SERVICE ?s {
    ?u nrl:indexed true
  }
}
VALUES ?s { 'dbus:%s' }