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