|
| | SparqlModel (const QString &host=QString(), quint16 port=80, const QString &user=QString(), const QString &password=QString()) |
| |
| | ~SparqlModel () |
| |
| Node | createBlankNode () |
| |
|
| void | setHost (const QString &host, quint16 port=80) |
| |
| void | setUser (const QString &user, const QString &password=QString()) |
| |
| void | setPath (const QString &path) |
| |
|
| Error::ErrorCode | addStatement (const Statement &statement) |
| |
| Error::ErrorCode | removeStatement (const Statement &statement) |
| |
| Error::ErrorCode | removeAllStatements (const Statement &statement) |
| |
|
| Soprano::StatementIterator | listStatements (const Statement &partial) const |
| |
| Soprano::Util::AsyncResult * | listStatementsAsync (const Statement &statement) const |
| |
| Soprano::QueryResultIterator | executeQuery (const QString &query, Query::QueryLanguage language=Query::QueryLanguageSparql, const QString &userQueryLanguage=QString()) const |
| |
| Soprano::Util::AsyncResult * | executeQueryAsync (const QString &query, Query::QueryLanguage language=Query::QueryLanguageSparql, const QString &userQueryLanguage=QString()) const |
| |
| NodeIterator | listContexts () const |
| |
| Soprano::Util::AsyncResult * | listContextsAsync () const |
| |
| bool | containsStatement (const Statement &statement) const |
| |
| bool | containsAnyStatement (const Statement &statement) const |
| |
|
| int | statementCount () const |
| |
| bool | isEmpty () const |
| |
| virtual | ~Model () |
| |
| Error::ErrorCode | addStatement (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) |
| |
| Error::ErrorCode | addStatements (const QList< Statement > &statements) |
| |
| Error::ErrorCode | removeStatement (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) |
| |
| Error::ErrorCode | removeAllStatements (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) |
| |
| Error::ErrorCode | removeStatements (const QList< Statement > &statements) |
| |
| Error::ErrorCode | removeContext (const Node &) |
| |
| Error::ErrorCode | removeAllStatements () |
| |
| StatementIterator | listStatements (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) const |
| |
| StatementIterator | listStatements () const |
| |
| StatementIterator | listStatementsInContext (const Node &context) const |
| |
| bool | containsAnyStatement (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) const |
| |
| bool | containsStatement (const Node &subject, const Node &predicate, const Node &object, const Node &context=Node()) const |
| |
| bool | containsContext (const Node &context) const |
| |
| virtual Error::ErrorCode | write (QTextStream &os) const |
| |
| | QObject (QObject *parent=0) |
| |
| | blockSignals (bool block) |
| |
| | childEvent (QChildEvent *event) |
| |
| | children () |
| |
| | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) |
| |
| | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) |
| |
| | connectNotify (const char *signal) |
| |
| | customEvent (QEvent *event) |
| |
| | deleteLater () |
| |
| | destroyed (QObject *obj=0) |
| |
| | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| | disconnect (const char *signal=0, const QObject *receiver=0, const char *method=0) |
| |
| | disconnect (const QObject *receiver, const char *method=0) |
| |
| | disconnectNotify (const char *signal) |
| |
| | dumpObjectInfo () |
| |
| | dumpObjectTree () |
| |
| | dynamicPropertyNames () |
| |
| | event (QEvent *e) |
| |
| | eventFilter (QObject *watched, QEvent *event) |
| |
| | findChild (const QString &name=QString() |
| |
| | findChildren (const QString &name=QString() |
| |
| | findChildren (const QRegExp ®Exp) |
| |
| | inherits (const char *className) |
| |
| | installEventFilter (QObject *filterObj) |
| |
| | isWidgetType () |
| |
| | killTimer (int id) |
| |
| | metaObject () |
| |
| | moveToThread (QThread *targetThread) |
| |
| | parent () |
| |
| | property (const char *name) |
| |
| | receivers (const char *signal) |
| |
| | removeEventFilter (QObject *obj) |
| |
| | sender () |
| |
| | setParent (QObject *parent) |
| |
| | setProperty (const char *name, const QVariant &value) |
| |
| | signalsBlocked () |
| |
| | startTimer (int interval) |
| |
| | thread () |
| |
| | timerEvent (QTimerEvent *event) |
| |
| | tr (const char *sourceText, const char *comment=0, int n=-1) |
| |
| | trUtf8 (const char *sourceText, const char *comment=0, int n=-1) |
| |
| | staticMetaObject |
| |
| | QObject (QObject *parent, const char *name) |
| |
| | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
| |
| | child (const char *objName, const char *inheritsClass=0, bool recursiveSearch=true) |
| |
| | className () |
| |
| | insertChild (QObject *object) |
| |
| | isA (const char *className) |
| |
| | name () |
| |
| | name (const char *defaultName) |
| |
| | normalizeSignalSlot (const char *signalSlot) |
| |
| | removeChild (QObject *object) |
| |
| | setName (const char *name) |
| |
| virtual | ~ErrorCache () |
| |
| virtual Error | lastError () const |
| |
Remote client Model for Http SPARQL end points.
The SparqlModel provides a very simple way of accessing remote SPARQL (SPARQL Protocol and RDF Query Language) web services via Http.
Its usage is simple: set hostname and optionally user credentials, then call the well known Model methods like Model::executeQuery to work with the remote repository.
- Author
- Rajeev J Sebastian rajee.nosp@m.v.se.nosp@m.basti.nosp@m.an@g.nosp@m.mail..nosp@m.com
Sebastian Trueg trueg.nosp@m.@kde.nosp@m..org
- Since
- 2.2
Definition at line 50 of file sparqlmodel.h.