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