Dear all,
I followed the
documentation to create swrl rules but I have a problem with the class Impl ().
At the line :
rule = Imp()
I have an error.
Here is the error message :
----> 7 rule = Impl()
NameError: name 'Impl' is not defined
I do not know if there is an import to do...