Tobias Hammerschmidt

Results 6 issues of Tobias Hammerschmidt

Due to the datatype simplification for numbers in pellet (see `com.clarkparsia.pellet.datatypes.OWLRealUtils.getCanonicalObject(Number)`) the method `isDifferent` in class `org.mindswap.pellet.Literal` might return wrong results for numeric literals. I've observed this behavior for 2...

Fix for https://github.com/Complexible/pellet/issues/34. I've also attached a test case so you can verify the wrong behavior in current master head.

Just found an issue within the pellet rule processing. If I have a swrl rule like this: ``` User(?user), hasRole(?user, ?role), DifferentFrom(?role, ROLE_ADMIN) -> deniedPermission(?user, "CREATE"^^string), deniedPermission(?user, "UPDATE"^^string) ``` a...

It would be nice if some coding guide lines and some formatter settings could be made part of the pellet repository. At least the common IDEs like eclipse or intellij...

I interpret the documentation in https://github.com/soulspace-org/overarch/blob/main/doc/usage.md#dynamic-views-dynamic-view in such a way that relations in the :ct vector of the :dynamic-view should have their :index automatically set by the position within the...