Simon Bin
Simon Bin
(the edit view would hardly be able to edit huge graphs even if you don't show the counts, though)
if you need a quick hack you could edit the queries and remove the count => https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-ui/src/services/fuseki.service.js#L23
maybe something like this: https://archive.ph/9yXqV (haven't tried)
you could also simply do this with your shell : ``` datafiles=(data/*.ttl) arq "${datafiles[@]/#/--data=}" --query etc... ```
if it's decided that we need to avoid using JSON then I can work on manual unwrapping json-resultset, but I wanted to open the PR first
no worries, there's always a next version
I didn't see the system database in the dataset list so it might be harder to edit the config from the UI(?)
sure, that's why I opened the discussion :-) for the example in this pull request, it provides the possibility to change the prefix and sample query list per dataset in...
Hi @kinow I noticed some curious issue with this PR, the following code gets flagged as wrong: ``` PREFIX some: SELECT * WHERE { bind(some:function(?var1) as ?var2) ^-- This line...
how should it generate these positive and negative examples?