We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a SWRL rule in this way:
Guarani(?g)->AmphibiousSpeed(?g,45) I already have a class Guarani and a data property AmphibiousSpeed. I already created an individual guarani0.
Guarani(?g)->AmphibiousSpeed(?g,45)
It feels like after reasoning the data property of a should be 45.
However there is no data property for guarani0.
I already enabled the data properties inferences in Preferences and I tested Protegé 5.1 and 5.6 but it is not working.
The text was updated successfully, but these errors were encountered:
I solved this question using Pellet reasoner. It is not working with HermiT
Sorry, something went wrong.
No branches or pull requests
I wrote a SWRL rule in this way:
Guarani(?g)->AmphibiousSpeed(?g,45)
I already have a class Guarani and a data property AmphibiousSpeed. I already created an individual guarani0.
It feels like after reasoning the data property of a should be 45.
However there is no data property for guarani0.
I already enabled the data properties inferences in Preferences and I tested Protegé 5.1 and 5.6 but it is not working.
The text was updated successfully, but these errors were encountered: