csnyulas
csnyulas
The current way of displaying the axioms in the "Asserted Axioms" and "Inferred Axioms" tabs is hard to read. Use the Protege axiom renderer to present the asserted and inferred...
Steps to reproduce: - Select SQWRLTab - Grab the divider between the top pane (containing the queries) and the bottom pane (containing the controls) while the "SQWRL Queries" tab is...
When I open an ontology that contains both SWRL rules and SQWRL queries, both SWRLTab and SQWRLTab show all the rules and queries in the ontology (see below). It would...
Often some rules are similar to each other, and allowing copy/paste (with CTRL+C and CTRL+V) or cloning of a rule with a button, would enhance the productivity of the user,...
When opening Excel workbooks and JSON files use the native file opening dialog, instead of whatever it is used now. The current dialog looks especially unusual on a Mac.
The local names of IRIs generated with the `mm:uuidEncode ` or `mm:hashEncode` directives can start with any hexadecimal digit (`[0-9a-f]`) (see some examples at the end). Having the local names...
Idea comes from this email thread: http://protege-project.136.n4.nabble.com/Maximum-number-of-axioms-the-Protege-Software-can-accomodate-td4669623.html#a4669638
Reported on the mailing list: http://protege-project.136.n4.nabble.com/Error-while-executing-Cellfie-rules-tt4667474.html The problem is that the user wrote: ``` Individual: @A* Facts: says_Hello: @B* ``` instead of ``` Individual: @A* Facts: says_Hello @B* ``` (observe...
Cellfie does not fit on some screens with low resolution. The biggest problem with this, is that some users may not see the buttons on the bottom of the Cellfie...
At the moment a transformation rule applies to a cell range defined by `startColumn`, `endColumn`, `startRow` and `endRow`, which, if we take the examples values `A`, `B`, `1` and `+`,...