22 #ifndef SOPRANO_DUMMY_MODEL_H 23 #define SOPRANO_DUMMY_MODEL_H 83 bool containsAnyStatement(
const Statement &statement )
const;
84 bool containsAnyStatement(
const Node& subject,
const Node& predicate,
const Node&
object,
const Node& context =
Node() )
const;
85 bool containsStatement(
const Statement &statement )
const;
86 bool containsStatement(
const Node& subject,
const Node& predicate,
const Node&
object,
const Node& context =
Node() )
const;
87 bool containsContext(
const Node &context )
const;
89 int statementCount()
const;
97 Node createBlankNode();
A Node represents one RDF resource.
SOPRANO_EXPORT QUrl predicate()
A Statement instance represents one RDF quadruple.
SOPRANO_EXPORT QUrl language()
An iterator for query results.
An iterator that provides a stream of Statements.
SOPRANO_EXPORT QUrl subject()
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements.
A dummy model. All its methods do nothing and always fail with a default error.
An iterator that provides a stream of Nodes.
SOPRANO_EXPORT QUrl context()