Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-28 Thread Kingsley Idehen
On 4/28/14 10:41 AM, ghirardi nicola wrote: I had a look at the code but unfortunately I cannot write a procedure like this. My scope was to have a default DESCRIBE pragma that works with multimple graphs. Alternatively a CBD + OBJCBD solution (they works with multiple graphs) would be super.

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-28 Thread ghirardi nicola
I had a look at the code but unfortunately I cannot write a procedure like this. My scope was to have a default DESCRIBE pragma that works with multimple graphs. Alternatively a CBD + OBJCBD solution (they works with multiple graphs) would be super. If anyone have a smart workaround for getting

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread Hugh Williams
Hi Nicola, The procedures can be found in ~/libsrc/Wi/sparql.sql of a Virtuoso open source archive ie https://github.com/openlink/virtuoso-opensource/blob/develop/7/libsrc/Wi/sparql.sql Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.open

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread ghirardi nicola
Hi Hugh, I am aware of the (un)defined output of DESCRIBE but here are some reason why I think this output is "wrong": * SPARQL rec says: " The |DESCRIBE| form " assembles a single RDF graph by taking a "description" which can come from ANY information available including the target RDF

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread Hugh Williams
Hi Nicola, The SPARQL specification does not define the precise output of DESCRIBE, so different applications may need different results for the same subject, see the following documentation for more details: http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsqlfromsparqldescribe

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread Kingsley Idehen
On 4/22/14 5:02 AM, ghirardi nicola wrote: I'm facing the following error: http://answers.semanticweb.com/questions/22955/describe-in-virtuoso-unexpected-behaviour Running sparql describe returns only triples within some graphs and not the complete store. It gives different result running select

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread Hugh Williams
Hi Nicola, Are you able to provide a use case for recreation ie against one of our live endpoint like dbpedia.org/sparql or lod.openlinksw.com/sparql or datasets for local recreation ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openl

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-23 Thread Kingsley Idehen
On 4/22/14 11:55 AM, ghirardi nicola wrote: Hi Hugh, You can find my test sparql endpont here: http://rdi.cineca.it/query/public/sparql Describe query: DESCRIBE Select query: SELECT * WHERE {

Re: [Virtuoso-users] Describe without default graph give partial result

2014-04-22 Thread ghirardi nicola
Hi Hugh, You can find my test sparql endpont here: http://rdi.cineca.it/query/public/sparql Describe query: DESCRIBE Select query: SELECT * WHERE {

[Virtuoso-users] Describe without default graph give partial result

2014-04-22 Thread ghirardi nicola
I'm facing the following error: http://answers.semanticweb.com/questions/22955/describe-in-virtuoso-unexpected-behaviour Running sparql describe returns only triples within some graphs and not the complete store. It gives different result running select * Nicola -