You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added my custom SWRL builtin "customSWRL" in "om.clarkparsia.pellet.rules.builtins.BuiltInRegistry",however, the Protege said that "Builtin atoms in rules are not currently supported" when i executed my SWRL rules "customSWRL:checkLessThanThree("a"^^xsd:string, "b"^^xsd:string, "c"^^xsd:string) -> hasAge(Mary, 18)".
Anyone knows how to add the custom SWRL builtin in Pellet ?
The text was updated successfully, but these errors were encountered:
I have added my custom SWRL builtin "customSWRL" in "om.clarkparsia.pellet.rules.builtins.BuiltInRegistry",however, the Protege said that "Builtin atoms in rules are not currently supported" when i executed my SWRL rules "customSWRL:checkLessThanThree("a"^^xsd:string, "b"^^xsd:string, "c"^^xsd:string) -> hasAge(Mary, 18)".
Anyone knows how to add the custom SWRL builtin in Pellet ?
The text was updated successfully, but these errors were encountered: