-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(facette 3 UI) feature request: prefix resolution for p o list #5
Comments
Semi-done; short labels are now used everywhere - possibly based on resource's local names. |
Pressing the 's' key now context-sensitively shows the sparql query powering the data of the active component (facet/facet value/matches list) - these queries are normalized to by default use prefix declarations from a prefix.cc snapshot on the classpath. |
great - Where can I download the latest build? |
The latest snapshot is now available as a release bundle: https://github.com/hobbit-project/facete3/releases :) |
So I think in order to close this issue, I should add toggles to switch the display of IRIs using (1) labels - this is what is done right now (2) compact URIs - in progress. A probably not very useful option (3) would be full IRI display - but maybe this is not useful as spacebar always shows the full IRI of the focused item. |
Just tested and got an error like this:
is there a new trick? |
Oops - never tested it without arguments because there is not much use for that Invocation with |
This is partially incorrect since -h reveals this error:
|
for me, the current local name presentation is fine (yes, prefix usage is great but not a MUST). I found an issue with the current local name calculation: The resource https://timetracker.eccenca.com/records/1525383613220 |
Right, so I should use a different namespace/localname split method. |
The latest branch now features hitting the 'l' key to toggle between full RDF terms and labels; which is very useful when labels are derived in suboptimal ways. |
Prefix display toggle is now implemented using the 'p' key; Improvement of the CLI is subject of #31 |
instead or URIs I would like to see prefixed qnames. This will allow for more space for literals :)
btw: great project :-)
The text was updated successfully, but these errors were encountered: