nepomuk/core
Nepomuk Namespace Reference
Classes | |
| class | Resource |
| Resource is the central object type in Nepomuk. More... | |
| class | Tag |
| A Tag can be assigned to any Thing. More... | |
| class | Class |
| A Class is a resource of type rdf:Class. More... | |
| class | DesktopOntologyLoader |
| The DesktopOntologyLoader reads ontologies from the installed ontologies on the desktop using KStandardDirs. More... | |
| class | Entity |
| class | FileOntologyLoader |
| class | Literal |
| Defines a literal type based on XML Schema. More... | |
| class | NepomukOntologyLoader |
| class | Ontology |
| Ontology represents one ontology specified using NRL. More... | |
| class | OntologyLoader |
| An OntologyLoader provides the statements that make up an ontology for the OntologyManager to create the ontology classes and properties. More... | |
| class | OntologyManager |
| The OntologyManager is the central ontology cache handler. More... | |
| class | Property |
| A property is a resource of type rdf:Property which relates a domain with a range. More... | |
| class | ResourceManager |
| The ResourceManager is the central KMetaData configuration point. More... | |
| class | TagCloud |
| Tag cloud widget that displays all tags stored in the local Nepomuk store. More... | |
| class | TagWidget |
| TagWidget provides a simple GUI interface to assign tags. More... | |
| class | RatingPainter |
| Utility class that draws a row of stars for a rating value. More... | |
| class | Variant |
| The KMetaData Variant extends over QVariant by introducing direct support for Resource embedding, automatic list conversion and a restricted set of supported types. More... | |
Namespaces | |
| namespace | Middleware |
Enumerations | |
| enum | ErrorCode { NoError = 0, CommunicationError, InvalidType, UnknownError } |
Functions | |
| QString | errorString (ErrorCode code) |
| QUrl | extractNamespace (const QUrl &url) |
| void | setDefaultRepository (const QString &s) |
| QString | defaultGraph () |
| QString | typePredicate () |
| Soprano::Node | valueToRDFNode (const Nepomuk::Variant &v) |
| QList< Soprano::Node > | valuesToRDFNodes (const Variant &) |
| Nepomuk::Variant | RDFLiteralToValue (const Soprano::Node &node) |
| QString | rdfNamepace () |
| QString | rdfsNamespace () |
| QString | nrlNamespace () |
| QString | naoNamespace () |
| template<typename T> | |
| QList< T > | convertResourceList (const QList< Resource > &l) |
| template<typename T> | |
| QList< Resource > | convertResourceList (const QList< T > &l) |
Enumeration Type Documentation
| enum Nepomuk::ErrorCode |
- Enumerator:
-
NoError CommunicationError A commication error, i.e. connection failure
InvalidType UnknownError
Definition at line 41 of file resource.h.
Function Documentation
| NEPOMUK_EXPORT QString Nepomuk::defaultGraph | ( | ) |
| NEPOMUK_EXPORT QString Nepomuk::errorString | ( | ErrorCode | code | ) |
Definition at line 26 of file global.cpp.
| NEPOMUK_EXPORT Variant Nepomuk::RDFLiteralToValue | ( | const Soprano::Node & | node | ) |
| NEPOMUK_EXPORT void Nepomuk::setDefaultRepository | ( | const QString & | s | ) |
| NEPOMUK_EXPORT QString Nepomuk::typePredicate | ( | ) |
| NEPOMUK_EXPORT QList< Soprano::Node > Nepomuk::valuesToRDFNodes | ( | const Variant & | ) |
| NEPOMUK_EXPORT Soprano::Node Nepomuk::valueToRDFNode | ( | const Nepomuk::Variant & | v | ) |
KDE 4.0 API Reference