Hi Ivan, 

my query is very simple:

" 
select distinct ?0 ?1 ...?x ...?100 
WHERE
{
{ <certain-dbpedia-resource> rdf:type ?x.}
}
" 

Basically i wanna retrieve the rdf:types for 100 different dbpedia resources, 
is that ~200K of text? (seems strange)
I'm using the DBPedia SPARQL endpoint, http://dbpedia.org/sparql.

Regards,
Stefano


On 20/giu/2012, at 18.56, Ivan Mikhailov wrote:

> Hello Stefano,
> 
> What's the text of the query? Is is about "The" dbpedia endpoint or some
> clone of it with additional data and RDF Views?
> 
> 10000 lines of code is ~200K of text. The SPARQL compiler stops because
> the SQL compiler, the successor in the processing pipeline, will fail to
> compile it in any reasonable time.
> 
> Best Regards,
> 
> Ivan Mikhailov
> OpenLink Software
> http://virtuoso.openlinksw.com
> 
> 
> On Mon, 2012-06-18 at 17:15 +0100, Stefano Ortona wrote:
>> "Virtuoso 37000 Error SP031: SPARQL: Internal error: The length of generated 
>> SQL text has exceeded 10000 lines of code".
>> 
>> Is there a way to avoid this or i have to reduce line of code of my query?
>> Thanks,
>> 
>> Stefano
> 
> 
> 



On 20/giu/2012, at 18.56, Ivan Mikhailov wrote:

> Hello Stefano,
> 
> What's the text of the query? Is is about "The" dbpedia endpoint or some
> clone of it with additional data and RDF Views?
> 
> 10000 lines of code is ~200K of text. The SPARQL compiler stops because
> the SQL compiler, the successor in the processing pipeline, will fail to
> compile it in any reasonable time.
> 
> Best Regards,
> 
> Ivan Mikhailov
> OpenLink Software
> http://virtuoso.openlinksw.com
> 
> 
> On Mon, 2012-06-18 at 17:15 +0100, Stefano Ortona wrote:
>> "Virtuoso 37000 Error SP031: SPARQL: Internal error: The length of generated 
>> SQL text has exceeded 10000 lines of code".
>> 
>> Is there a way to avoid this or i have to reduce line of code of my query?
>> Thanks,
>> 
>> Stefano
> 
> 
> 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to