I have written an SWRL rule in an ontology I've written. Specifically, the rule is:
hasSampleLocale(?i, tag_retail) -> hasSampleLocale(?i, tag_domestic)
This works just fine and dandy when I test it in Protege with the Hermit reasoner, but alas it does not work when I test it in Blazegraph. I have read here that Blazegraph can use rules, but I'd like to get SWRL working with Blazegraph. Is it possible?