Nepomuk
Nepomuk::OntologyLoader Class Reference
An OntologyLoader provides the statements that make up an ontology for the OntologyManager to create the ontology classes and properties. More...
#include <ontologyloader.h>
Inheritance diagram for Nepomuk::OntologyLoader:

Public Member Functions | |
virtual QList< Soprano::Statement > | loadOntology (const QUrl &url)=0 |
virtual | ~OntologyLoader () |
Protected Member Functions | |
OntologyLoader () |
Detailed Description
An OntologyLoader provides the statements that make up an ontology for the OntologyManager to create the ontology classes and properties.Typical implementations read RDF statements from RDF files or from the Nepomuk-KDE RDF store.
- Deprecated:
- Ontologies should now be handled using the classes in the Nepomuk::Types namespace.
Definition at line 43 of file ontologyloader.h.
Constructor & Destructor Documentation
virtual Nepomuk::OntologyLoader::~OntologyLoader | ( | ) | [virtual] |
Nepomuk::OntologyLoader::OntologyLoader | ( | ) | [protected] |
Member Function Documentation
virtual QList<Soprano::Statement> Nepomuk::OntologyLoader::loadOntology | ( | const QUrl & | url | ) | [pure virtual] |
Implemented in Nepomuk::DesktopOntologyLoader, Nepomuk::FileOntologyLoader, and Nepomuk::NepomukOntologyLoader.
The documentation for this class was generated from the following file: