22#ifndef _SOPRANO_NODE_PATTERN_H_
23#define _SOPRANO_NODE_PATTERN_H_
25#include <QtCore/QSharedDataPointer>
26#include <QtCore/QString>
Represents one set of bindings in the result of a select query.
Smallest building block of an inference Rule.
QString variableName() const
NodePattern & operator=(const NodePattern &)
NodePattern(const Node &)
NodePattern(const QString &varname)
NodePattern(const NodePattern &)
QString createSparqlNodePattern(const BindingSet &bindings) const
bool match(const Node &node) const
A Node represents one RDF resource.
SOPRANO_EXPORT QDebug operator<<(QDebug s, const Soprano::Node &)