-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error when using object property in axiom with "only" quantifier #162
Comments
Can you post an OWL ontology containing Also make sure you are using the latest 2.2.1 version of Cellfie. |
@martinjoconnor Thank you for your attention.
Creates a class with null ID and uses it to implement the axiom. Attempting to use the options mm:SkipIfEmptyLocation or Warning does not result in any axioms being written, even if there are rows where the value of the cells in the F column is not empty (notice that this is not the behaviour of the "some" quantifier). With this information I can find a workaround for the issue. |
For sake of completeness, I attach a possible combination of files that reproduces the issue. Finally, my version of Cellfie should be the current one. |
Thanks for the detailed report. I'll try to take a look at this in the next week or so. |
In my ontology there is an object property, say "my-object-property".
When I try execute a rule such as:
everything works fine. But if I try to execute the rule
the error "Property <[Ontology IRI]#my-object-property> is not an object property" is displayed.
Can this error be resolved and/or is there any workaround?
The text was updated successfully, but these errors were encountered: