Nepomuk
property.h
bool isSubPropertyOf(const Property &other) const
Check if this property is derived from another property.
int minCardinality()
The minimum cardinality of this property as specified by nrl:minCardinality.
int minCardinality() const
The minimum cardinality of this property as specified by nrl:minCardinality.
int maxCardinality() const
The maximum cardinality of this property as specified by nrl:maxCardinality.
int maxCardinality() const
The maximum cardinality of this property as specified by nrl:maxCardinality.
static const Property * load(const QUrl &uri)
Loads a property actually including the whole ontology it is declared in.
QList< const Property * > parentOf() const
QList< Property > subProperties() const
int minCardinality() const
The minimum cardinality of this property as specified by nrl:minCardinality.
Definition: entity.h:270
Property inverseProperty()
The inverse property (nrl:inverseProperty).
Property & operator=(const Property &)
The OntologyManager is the central ontology cache handler.
Definition: ontologymanager.h:45
bool isSubPropertyOf(const Property &other)
Check if this property is derived from another property.
QList< const Property * > parentProperties() const
Each property can have multiple parent properties.
Literal literalRangeType()
If the rage of this property is a literal (i.e.
int maxCardinality()
The maximum cardinality of this property as specified by nrl:maxCardinality.
Literal literalRangeType() const
If the rage of this property is a literal (i.e.
int cardinality()
The cardinality of this property as specified by nrl:cardinality.
int cardinality() const
The cardinality of this property as specified by nrl:cardinality.
Literal literalRangeType() const
If the rage of this property is a literal (i.e.
QList< Property > subProperties()
bool isParentOf(const Property &other) const
Check if a property inherits this property.
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: property.h:317
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: property.h:53
const Property * inverseProperty() const
The inverse property (nrl:inverseProperty).
QList< Property > parentProperties() const
Each property can have multiple parent properties.
QList< Property > parentProperties()
Each property can have multiple parent properties.
int cardinality() const
The cardinality of this property as specified by nrl:cardinality.
Property inverseProperty() const
The inverse property (nrl:inverseProperty).
bool isParentOf(const Property &other)
Check if a property inherits this property.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.