summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-09-15 21:39:29 +0200
committerSam Thursfield <sam@afuera.me.uk>2019-09-15 21:39:29 +0200
commit59e4916fe9498f4ad2c973adc435030f40041927 (patch)
tree2390633463410d183cdebaa6a4796c1bcbb9ce6b
parentf7fad51dad22ce702730fbd1cef8b5502e07f344 (diff)
downloadtracker-sam/README-updates.tar.gz
README.md: Fix example query of miner datasam/README-updates
Since the SPARQL 1.1 branch landed, we need to specify the graph that we want to query from. This makes the query longer and uglier, which is something we will need to improve.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6bb00e36..bf3a3fc27 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ for the miners to finish, or it will exit too soon. (This is a workaround for
Let's see what files were found!
- ./run-uninstalled -- tracker sparql -q 'SELECT ?url { ?u nie:url ?url } }'
+ ./run-uninstalled -- tracker sparql -q 'SELECT ?url FROM <urn:uuid:472ed0cc-40ff-4e37-9c0c-062d78656540> { ?u nie:url ?url } }'
Or, you can try a full-text search ...