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