Go to the documentation of this file.
22 #ifndef _INFERENCE_RULE_PARSER_H_
23 #define _INFERENCE_RULE_PARSER_H_
25 #include <QtCore/QString>
26 #include <QtCore/QHash>
27 #include <QtCore/QUrl>
bool parseFile(const QString &path)
A set of inference rules.
The RuleParser can be used to parse Soprano rule files.
A rule used by the InferenceModel to generate inferenced statements.
void addPrefix(const QString &qname, const QUrl &uri)
QHash< QString, QUrl > prefixes() const
Rule parseRule(const QString &line)