22#ifndef SOPRANO_STATEMENT_H
23#define SOPRANO_STATEMENT_H
A Node represents one RDF resource.
A Statement instance represents one RDF quadruple.
void setSubject(const Node &subject)
bool matches(const Statement &other) const
void setPredicate(const Node &predicate)
SOPRANO_EXPORT QTextStream & operator<<(QTextStream &s, const Soprano::Statement &)
Statement & operator=(const Statement &other)
SOPRANO_EXPORT QDebug operator<<(QDebug s, const Soprano::Statement &)
void setContext(const Node &context)
void setObject(const Node &object)
Statement(const Statement &other)
Statement(const Node &subject, const Node &predicate, const Node &object, const Node &context=Node())
bool operator!=(const Statement &other) const
bool operator==(const Statement &other) const
SOPRANO_EXPORT uint qHash(const Statement &s)
SOPRANO_EXPORT QUrl predicate()
SOPRANO_EXPORT QUrl subject()
SOPRANO_EXPORT QUrl context()