Nepomuk
Nepomuk::OntologyLoader Class Referenceabstract
#include <ontologyloader.h>
Inheritance diagram for Nepomuk::OntologyLoader:
Public Member Functions | |
virtual | ~OntologyLoader () |
virtual QList< Soprano::Statement > | loadOntology (const QUrl &url)=0 |
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 |
|
protected |
Member Function Documentation
|
pure virtual |
Implemented in Nepomuk::FileOntologyLoader, Nepomuk::DesktopOntologyLoader, and Nepomuk::NepomukOntologyLoader.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.