Soprano
2.9.4
|
▼Nlucene | |
Nanalysis | |
Ndocument | |
Nsearch | |
▼NSoprano | |
▼NClient | |
CTcpClient | Creates a connection to the Soprano server through a TCP connection |
CLocalSocketClient | Creates a connection to the Soprano server through a local socket interface |
CDBusModel | Interface to a DBus server model |
CDBusClient | Core class to handle a connection to a Soprano server through the DBus interface |
CDBusStatementIterator | Interface to a DBus server statement iterator |
CDBusNodeIterator | Interface to a DBus server node iterator |
CDBusQueryResultIterator | Interface to a DBus server query result iterator |
CSparqlModel | Remote client Model for Http SPARQL end points |
▼NError | |
CError | Represents an error in Soprano |
CParserError | Represents a parser error in Soprano |
CErrorCache | Core class of Soprano's exception system |
CLocator | Details of a parser Error |
▼NIndex | |
CIndexFilterModel | The IndexFilterModel provides a full text index around any Soprano Model |
CCLuceneIndex | The CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements |
CQueryHit | QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score |
▼NInference | |
CInferenceModel | The Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information |
CRule | A rule used by the InferenceModel to generate inferenced statements |
CRuleParser | The RuleParser can be used to parse Soprano rule files |
CRuleSet | A set of inference rules |
CNodePattern | Smallest building block of an inference Rule |
CStatementPattern | Building block of an inference Rule |
NQuery | |
▼NServer | |
CServerCore | Central Soprano server class |
CDBusExportModel | Exports a Soprano Model via D-Bus |
CDBusExportIterator | Exports a Soprano Iterator via D-Bus |
▼NUtil | |
CAsyncModel | Filter model that allows to perform operations asyncroneously |
CAsyncQuery | A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously |
CAsyncResult | A delayed result as returned by AsyncModel |
CDummyModel | A dummy model. All its methods do nothing and always fail with a default error |
CMutexModel | Protect a Model for multiple calls in multi-threaded applications |
CReadOnlyModel | Simple filter model preventing any write operations |
CSignalCacheModel | Caches multiple signals into one to avoid slowdown when adding or removing many statements |
CSimpleNodeIterator | The most simple version of a NodeIterator simply iterates over a list of Nodes |
CSimpleStatementIterator | The most simple version of a StatementIterator simply iterates over a list of Statements |
▼NVocabulary | |
NNAO | |
NNRL | |
NOWL | |
NRDF | |
NRDFS | |
NSIL | |
NXesam | |
NXMLSchema | |
CBackendSetting | Wraps one setting for Model creation |
CBackend | Soprano::Backend defines the interface for a Soprano backend plugin |
CBindingSet | Represents one set of bindings in the result of a select query |
CDataStream | |
CFilterModel | A FilterModel is a virtual model that wraps another Model |
CGraph | A simple collection of statements |
CIterator | The basic Soprano iterator class |
CIteratorBackend | The actual work in a Iterator instance is done by an IteratorBackend |
CLanguageTag | A LanguageTag represents a language according to RFC 3066 and RFC 4646 |
CLiteralValue | Represents a literal value of an RDF Node |
CModel | A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements |
CN3NodeParser | Parser which converts N3 string representation of nodes into Node objects |
CNode | A Node represents one RDF resource |
CNodeIterator | An iterator that provides a stream of Nodes |
CNRLModel | Model filter that makes working with NRL data simpler |
CParser | Soprano::Parser defines the interface for a Soprano RDF parser plugin |
CPlugin | Base class for all plugins in Soprano |
CPluginManager | The PluginManager loads and maintains all Soprano plugins |
CQueryResultIterator | An iterator for query results |
CQueryResultIteratorBackend | QueryResultIteratorBackend is the actual working horse behind QueryResultIterator |
CRdfSchemaModel | Provides convenience methods to handle RDFS data |
CSerializer | Soprano::Serializer defines the interface for a Soprano RDF serializer plugin |
CStatement | A Statement instance represents one RDF quadruple |
CStatementIterator | An iterator that provides a stream of Statements |
CStorageModel | Base class for all Model implementations that store data (as compared to FilterModel) |