Re: [Dbpedia-discussion] Problematic characters in XML SPARQL results

2009-04-21 Thread Ivan Mikhailov
Hello Christopher, A similar error was reported for other query by dy developer of different application and the bug has been fixed. The fix should appear quite soon in Virtuoso Open Source release and in dbpedia.org and related installations. Best Regards Ivan Mikhailov OpenLink Software http

Re: [Dbpedia-discussion] COUNT(*) with ORDER BY

2009-08-06 Thread Ivan Mikhailov
Hello Matt, Aggregating by grouped expression is formally senseless and should signal an error, The problem is that the error is not signaled, the error diagnostics should be improved. The compiler go crazy and result from one grouping is used for all groups. This works: SELECT ?label ?uri

[Dbpedia-discussion] Bavaria probably should not be a city

2010-01-11 Thread Ivan Mikhailov
Hello, The output of select distinct * where { ?city a http://dbpedia.org/ontology/City . ?city http://dbpedia.org/property/capital ?capital } limit 100 on dbpedia.org demonstrates some problem, probably with data extraction. Best Regards, Ivan Mikhailov OpenLink Software http

Re: [Dbpedia-discussion] [semanticweb] ANN: DBpedia 3.5 released

2010-04-14 Thread Ivan Mikhailov
. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune

Re: [Dbpedia-discussion] [semanticweb] ANN: DBpedia 3.5 released

2010-04-14 Thread Ivan Mikhailov
to Kingsley, stating reason for this request etc. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed

Re: [Dbpedia-discussion] [Virtuoso-users] Bad SPARQL results from DBPedia endpoint?

2010-07-12 Thread Ivan Mikhailov
for graphs so it will better support this particular case without losing the speed in worst case. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com [1] http://dbpedia.org/sparql?default-graph-uri=query=select+*+where+%7B+%3Fs+a+%3Fo+%7D

Re: [Dbpedia-discussion] [Virtuoso-users] Optimizing full text searches in dbpedia in virtuoso

2010-07-23 Thread Ivan Mikhailov
in such a way that it seems that the graph keyword is a part of the object. So the actual search is for graph keyword for http://dbpedia.org; AND person, this does not matter if almost all data are in one graph but helps in other cases. Best Regards, Ivan Mikhailov OpenLink Software http

Re: [Dbpedia-discussion] SPARQL endpoint line of code limit

2012-06-20 Thread Ivan Mikhailov
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 1 lines of code. Is there a way

Re: [Dbpedia-discussion] SPARQL endpoint line of code limit

2012-06-21 Thread Ivan Mikhailov
from some graph if it is known WHERE { ?s a ?t . FILTER ( ?s IN (resource1, resource2, resource3 ...)) } A single triple pattern with IN operator would be much cheaper. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com

Re: [Dbpedia-discussion] SPARQL endpoint line of code limit

2012-06-22 Thread Ivan Mikhailov
. Anyway the original query is wrong, esp. if many resources have more than one type or if at least one resource has no type at all. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com -- Live

Re: [Dbpedia-discussion] SPARQL endpoint line of code limit

2012-06-25 Thread Ivan Mikhailov
columns and fill in your data structure at client side. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Mon, 2012-06-25 at 16:08 +0100, Stefano Ortona wrote: Hello Ivan, On 22/giu/2012, at 18.02, Ivan Mikhailov wrote: Hello Stefano. On Fri, 2012-06-22