This shows you the differences between two versions of the page.
docs:userman [2017/09/19 16:31] 127.0.0.1 external edit |
docs:userman [2017/12/04 17:12] (current) kkutt [SPARQL queries] |
||
---|---|---|---|
Line 227: | Line 227: | ||
} | } | ||
</pl> | </pl> | ||
+ | |||
+ | OR the same query with the use of direct URI | ||
+ | |||
+ | <pl format="sparql"> | ||
+ | PREFIX wiki: <> | ||
+ | ASK { | ||
+ | ?book wiki:genre wiki:bookstore:genre:thriller. | ||
+ | } | ||
+ | </pl> | ||
+ | |||
</code> | </code> | ||