Class ForwardChainingRDFSInferencer

All Implemented Interfaces:
FederatedServiceResolverClient, NotifyingSail, Sail, StackableSail

@Deprecated(since="2.5") public class ForwardChainingRDFSInferencer extends AbstractForwardChainingInferencer
Deprecated.
This inferencer implementation will be phased out. Consider switching to the SchemaCachingRDFSInferencer instead.
Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics Recommendation (10 February 2004). This inferencer can be used to add RDF Schema semantics to any Sail that returns InferencerConnections from their Sail.getConnection() method.
  • Constructor Details

    • ForwardChainingRDFSInferencer

      public ForwardChainingRDFSInferencer()
      Deprecated.
    • ForwardChainingRDFSInferencer

      public ForwardChainingRDFSInferencer(NotifyingSail baseSail)
      Deprecated.
  • Method Details