Hi,
After a round of feedback for VocBench use at the National Library of Finland, here are our latest findings to report, in addition to the two I reported earlier based on my own findings. Sorry if these have been already reported before!
1. In SPARQL view, there is a checkbox option for "Fetch prefix from prefix.cc". If I navigate to the URL
http://prefix.cc/skosxl, I only get the skosxl namespace as a suggestion, so there should be no ambiguity. If I check the option box "Fetch prefix from prefix.cc" in the VB SPARQL view, and type skosxl: in the SPARQL editor, I don't get a SPARQL prefix in the prefix section. Instead I have to copy paste the prefix myself from
http://prefix.cc/skosxl. I suppose, in this case, the checkbox is not really false either, as it never claimed that something would AUTOMATICALLY fetch the prefix from prefix.cc - I had to do it myself. Should the option box just be removed instead, as it doesn't seem to do anything?
2. How to delete a RDF resource that's not in the hierarchy for a vocabulary? You can open a resource by opening a new nav tab in the right side concept view at the Data page for a vocabulary and typing the resource URI manually. You can then edit the properties of this resource, but deleting the resource is not possible. However, deprecating is a possibility from the upper right corner drop down menu. Should this menu also have an option for deleting the resource? This would also be a pretty useful feature for SKOS XL labels.
3. Furthermore, when opening a concept from hierarchy, you get three views to it as tabs in the bottom row of the resource information view - the ResView, TermView and Code. Turns out you could even edit and delete triples in the Code view! But for some reason, if you open a concept by typing the URL yourself (see the previous question), you don't get the Code view. Was the Code view left out for a reason in this case?
4. When editing the text of a long literal, e.g. a skos:scopeNote, VB displays the editable content in a fairly short view window with a tiny scroll bar. But the displayable content for a literal is given the vertical space it requires. Should the same general idea be applied to the edit view? Just give the literal the space it takes without a scroll bar. I attached a screen shot of a long scope note in edit mode and a similarly long scope note in the view mode:

5. At least some of the navigation bar sub-pages can be switched for the project when the user login session has expired. For example, this means the user can have the login session expired while in the DATA view, then switch to SPARQL view, spend a long time writing a query, and only get thrown out upon trying to execute the query. Could the login session timeout be checked when switching from Data to SPARQL view?
6. The login session expiration configuration parameter is not applied to the VocBench GUI. I changed the server.servlet.session.timeout to 480m (8h) in application.yml but users still get thrown out after a while.
7. VocBench system operator guide mentions a configuration parameter for HTTPS by referring to vbconfig.js file when deploying the web app separately (
https://vocbench.uniroma2.it/doc/sys/). Can the HTTPS connection be configured through the application.yml for the stand-alone installation?
______
Joeli