class Tag |
|
\class Tag tag.h Nepomuk/Tag
A Tag can be assigned to any Thing. This allows simple grouping of resources. Each Tag is identifed by its label which should be unique.
Author Sebastian Trueg |
|
Create a new empty and invalid Tag instance |
|
Default copy constructor |
|
|
Create a new Tag instance representing the resource referenced by uriOrIdentifier. |
|
Create a new Tag instance representing the resource referenced by uri. |
|
|
|
Retrieve a list of all available Tag resources. This list consists of all resource of type Tag that are stored in the local Nepomuk meta data storage and any changes made locally. Be aware that in some cases this list can get very big. Then it might be better to use libKNep directly. |
|
Returns The URI of the resource type that is used in Tag instances. |
|
Get all resources that have this resource set as property 'Tag'.
Each Resource can be tagged with an arbitrary number of Tags.
This allows a simple grouping of resources.
See also ResourceManager.allResourcesWithProperty |