Class RDFSFBRuleReasoner

  • All Implemented Interfaces:
    Reasoner, RuleReasoner

    public class RDFSFBRuleReasoner
    extends FBRuleReasoner
    A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.
    • Field Detail

      • RULE_FILE

        public static final java.lang.String RULE_FILE
        The location of the OWL rule definitions on the class path
        See Also:
        Constant Field Values
    • Constructor Detail

      • RDFSFBRuleReasoner

        public RDFSFBRuleReasoner​(ReasonerFactory parent)
        Constructor
    • Method Detail

      • loadRules

        public static java.util.List<Rule> loadRules()
        Return the RDFS rule set, loading it in if necessary