Hi Scott, Because I am selecting a COUNT result, there is actually one result to be displayed, so this setting wasn't the issue.
For others in future, this issue was actually the result of a Virtuoso setting, set to return a maximum of 10000 results by default. This wasn't an issue when executing the SPARQL COUNT query on the endpoint itself because the query was returning only the count. When executing this query in TopBraid Composer SPARQL View with the SERVICE keyword to specify the endpoint, *all* result rows were having to be returned by the endpoint, and then counted, so the 10000 result limit became an issue. Alison On Thu, Oct 3, 2013 at 12:05 AM, Scott Henninger <[email protected] > wrote: > Allison; The default number of triples for the SPARQL View is 1000 - see > TopBraid Composer preferences to change that as desired. > > -- Scott > > On 10/2/2013 7:51 PM, Alison Callahan wrote: > > Hello all, > > When I execute a SPARQL query in TopBraid Composer 3.5.2 like: > > SELECT COUNT(?thing) > WHERE { > SERVICE <http://example.endpoint/sparql> { > { > ?thing a ?type . > } . > } . > } > > I get a result of '10000', but when I run this query at the endpoint > itself I get a much larger result ('88287'). > > The SPARQL endpoint is running Virtuoso Opensource 6.1.7. > > Is there a maximum number of results that is returned when executing a > SPARQL query in TopBraid Composer? > > Thanks, > > Alison > > > > -- > -- You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include Enterprise > Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid > Insight, SPARQLMotion, SPARQL Web Pages and SPIN. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en > --- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
