Soprano 2.9.4
Soprano::Inference Namespace Reference

Classes

class  InferenceModel
 The Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information. More...
 
class  NodePattern
 Smallest building block of an inference Rule. More...
 
class  Rule
 A rule used by the InferenceModel to generate inferenced statements. More...
 
class  RuleParser
 The RuleParser can be used to parse Soprano rule files. More...
 
class  RuleSet
 A set of inference rules. More...
 
class  StatementPattern
 Building block of an inference Rule. More...
 

Enumerations

enum  StandardRuleSet { RDFS , NRL }
 

Enumeration Type Documentation

◆ StandardRuleSet

Soprano defines a number of rule sets.

Enumerator
RDFS 

RDFS closure rules.

NRL 

NRL (Nepomuk Representation Language closure rules.

Definition at line 37 of file inferenceruleset.h.