Nepomuk
ontology.h
Go to the documentation of this file.
179 const Class* findClassByLabel( const QString& label, const QString& language = QString() ) const;
208 const Property* findPropertyByLabel( const QString& label, const QString& language = QString() ) const;
The OntologyManager is the central ontology cache handler.
Definition: ontologymanager.h:45
const Property * findPropertyByName(const QString &name) const
Search for a property in the ontology by its name.
const Class * findClassByUri(const QUrl &uri) const
Search for a class in the ontology by its name.
const Property * findPropertyByUri(const QUrl &uri) const
Search for a property in the ontology by its name.
const Class * findClassByLabel(const QString &label, const QString &language=QString()) const
Search for a class in the ontology by its label.
QList< const Property * > allProperties() const
A list of all properties defined in this ontology.
Ontology & operator=(const Ontology &)
const Class * findClassByName(const QString &name) const
Search for a class in the ontology by its name.
const Property * findPropertyByLabel(const QString &label, const QString &language=QString()) const
Search for a property in the ontology by its label.
QList< const Class * > allClasses() const
All classes defined in this ontology, i.e.
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: property.h:317
Property findPropertyByLabel(const QString &label, const QString &language=QString())
Search for a property in the ontology by its label.
QList< Class > allClasses()
All classes defined in this ontology, i.e.
Property findPropertyByName(const QString &name)
Search for a property in the ontology by its name.
Class findClassByLabel(const QString &label, const QString &language=QString())
Search for a class in the ontology by its label.
QList< Property > allProperties()
A list of all properties defined in this ontology.
Class findClassByName(const QString &name)
Search for a class in the ontology by its name.
Ontology & operator=(const Ontology &)
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: property.h:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.