Nepomuk
Nepomuk::Vocabulary::PIMO Namespace Reference
This is an excerpt of the PIMO ontology as used in the Nepomuk core library. More...
Functions | |
QUrl | groundingOccurrence () |
QUrl | occurrence () |
QUrl | pimoNamespace () |
QUrl | referencingOccurrence () |
QUrl | Thing () |
Detailed Description
This is an excerpt of the PIMO ontology as used in the Nepomuk core library.
The complete ontology can be found in kdebase/runtime/nepomuk/ontologies
Function Documentation
QUrl Nepomuk::Vocabulary::PIMO::groundingOccurrence | ( | ) |
http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#groundingOccurrence
The subject Thing represents the entity that is described in the object InformationElement. The subject Thing is the canonical, unique representation in the personal information model for the entity described in the object. Multiple InformationElements can be the grounding occurrence of the same Thing, one InformationElement can be the groundingOccurrence of only one Thing.
QUrl Nepomuk::Vocabulary::PIMO::occurrence | ( | ) |
http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#occurrence
The subject Thing is represented also in the object resource. All facts added to the object resource are valid for the subject thing. The subject is the canonical represtation of the object. In particual, this implies when (?object ?p ?v) -> (?subject ?p ?v) and (?s ?p ?object) -> (?s ?p ?subject). The class of the object is not defined, but should be compatible with the class of the subject. Occurrence relations can be inferred through same identifiers or referencingOccurrence relations.
QUrl Nepomuk::Vocabulary::PIMO::pimoNamespace | ( | ) |
QUrl Nepomuk::Vocabulary::PIMO::referencingOccurrence | ( | ) |
http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#referencingOccurrence
The subject thing is described in the object document. Ideally, the document is public and its primary topic is the thing. Although this property is not inverse-functional (because the Occurrences are not canonical elements of a formal ontology) this property allows to use public documents, such as wikipedia pages, as indicators identity. The more formal hasOtherRepresentation property can be used when an ontology about the subject exists.
QUrl Nepomuk::Vocabulary::PIMO::Thing | ( | ) |
http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#Thing
Entities that are in the direct attention of the user when doing knowledge work.