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;
139 void setSubject(
const Node &subject );
146 void setPredicate(
const Node &predicate );
152 void setObject(
const Node &
object );
159 void setContext(
const Node &context );
183 #endif // SOPRANO_STATEMENT_H
A Node represents one RDF resource.
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)
SOPRANO_EXPORT QUrl object()
SOPRANO_EXPORT QUrl subject()
SOPRANO_EXPORT QUrl Statement()
SOPRANO_EXPORT QUrl context()