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 wrote:
> Hello,
>
> A remark:
> In my Marmotta 3.3.0 there is a page to visualize SPARQ
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 ca