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