Go to the documentation of this file.
22 #ifndef _SOPRANO_STATEMENT_PATTERN_H_
23 #define _SOPRANO_STATEMENT_PATTERN_H_
25 #include <QtCore/QSharedDataPointer>
Smallest building block of an inference Rule.
StatementPattern(const StatementPattern &)
SOPRANO_EXPORT QUrl Statement()
NodePattern predicatePattern() const
bool match(const Statement &) const
SOPRANO_EXPORT QDebug operator<<(QDebug s, const Soprano::Node &)
A Statement instance represents one RDF quadruple.
StatementPattern operator=(const StatementPattern &)
Represents one set of bindings in the result of a select query.
NodePattern objectPattern() const
Building block of an inference Rule.
QString createSparqlGraphPattern(const BindingSet &bindings) const
NodePattern subjectPattern() const
StatementPattern(const NodePattern &, const NodePattern &, const NodePattern &)