Thanks for the report, Frans.
Default sgvizler query fixed in
https://github.com/apache/marmotta/commit/3dfd892f4b48e94bb9db63854f1eb0ec720390b3
on develop branch.

On Wed, Sep 7, 2016 at 5:36 PM, Frans Knibbe <frans.kni...@geodan.nl> wrote:

> Hello,
>
> A remark:
> In my Marmotta 3.3.0 there is a page to visualize SPARQL query
> results:/{BASE}/marmottasparql/admin/sgvizler.html. By default it has the
> following query:
>
> SELECT ?class (count(?instance) AS ?noOfInstances)
> WHERE { ?instance a ?class }
> GROUP BY ?class
> ORDER BY ?class
>
> This query can not be executed by Marmotta (400 Bad Request). However, if
> I change the last line it works well:
>
> SELECT ?class (count(?instance) AS ?noOfInstances)
> WHERE { ?instance a ?class }
> GROUP BY ?class
> ORDER BY ?noOfInstances
>
> Greetings,
> Frans
>
>
>


-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernan...@redlink.co
w: http://redlink.co

Reply via email to