rdf - bug or wrong way for VALUES in SPARQL, OpenLink Virtuoso? -


itemprop = "text">

I have Virtuoso 7.10 and the command value works for 1 * x or x * 1 such as asign on the table:

SELECT * WHERE {VALUES (? Z? R? T) {("x" "y" "z")}}

and its For:

  SELECT * WHERE {VALUES? The problem is that when I try to assign:  
  SELECT * WHERE {VALUES (? Z? R? T) {("x" "y" "z") ("xy" "yx" "zx")}}  

then As a result, I only have the first column filled, but the other two are empty (similar to two columns). Is this a bug or am I doing something wrong? Is there any remedy?


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -