Re: [Virtuoso-users] Finding time of query execution

2013-11-26 Thread Hugh Williams
Hi Rose, If you are repeat executing the same query multiple time then it will not be recompiled thus the time reported for subsequent runs of the same query is the query execution time ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.

[Virtuoso-users] Nice formatting of RDF as HTML

2013-11-26 Thread Frans Knibbe | Geodan
Hello, I wonder what my options are for automatically formatting RDF (either the result of s SPARQL query or direct dereferencing of a URI) as HTML that is pleasant to the human eye. What I have got now is rewrite rules that will output the result of SPARQL DESCRIBE as text/html. I think form

Re: [Virtuoso-users] Wrong result with multiple FROM in SPARQL query

2013-11-26 Thread ghirardi nicola
Hi A very similar query not working as expected is this one. In this case multiple form is not involved but It's a very similar pattern and I suppose is related. This query return 0: SELECT ?s WHERE { ?s rdf:type . ?s ?p2

Re: [Virtuoso-users] Wrong result with multiple FROM in SPARQL query

2013-11-26 Thread Hugh Williams
Hi Nicola, Are you able to provide a test case for recreation ie minimum sample data to recreate the problem ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://

[Virtuoso-users] Wrong result with multiple FROM in SPARQL query

2013-11-26 Thread ghirardi nicola
According to the SPARQL reference, multiple FROM clauses should mean a query over the merge of all specified datasets. http://www.w3.org/TR/sparql11-query/#unnamedGraph I used multiple graph in a query and a combination of filter and minus operators in "where" clause in this way: SELECT ?s