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 ?
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 ?