summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-03-15 15:28:38 -0700
committerManish Sinha <manishsinha@ubuntu.com>2013-03-15 15:28:38 -0700
commit3dd83060fd468c13563664d41ee5cd435ce1d38e (patch)
treea83f99fd7411bea27c61b95e475faff09f625022
parent3ac433ece3fbc4591449f55d8d9bbdf78dabd29f (diff)
downloadzeitgeist-3dd83060fd468c13563664d41ee5cd435ce1d38e.tar.gz
Update ontology to store application action usage
This merge adds a couple of entries that could be used to store application action usage into the ZG database. In casual usage these could come from toolbar or menu usage, or on Unity, usage through the HUD. This allows for ranking the action usage externally for things like recently used actions or choosing toolbars based on commonly used items. An entry would then end up something like this: Event timestamp: 12345 Event interpretation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent Event manifestation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity Actor: application://my-app.desktop Subject: action:///app/my-action Subject title: "Do this" # User visible name of the action Subject interpretation: http://www.semanticdesktop.org/ontologies/2007/03/22/zg#ApplicationAction Subject manifestation: http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService
-rw-r--r--data/ontology/zg.trig4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/ontology/zg.trig b/data/ontology/zg.trig
index ca375e2f..8a6f703f 100644
--- a/data/ontology/zg.trig
+++ b/data/ontology/zg.trig
@@ -74,6 +74,10 @@ zg:MoveEvent
rdfs:comment "Event triggered when a resource has been moved from a location to another. Fx. moving a file from a folder to another.";
rdfs:subClassOf zg:EventInterpretation.
+zg:ApplicationAction
+ a rdfs:Class ;
+ rdfs:comment "Representation of a specific Action on an Application";
+ rdfs:subClassOf nie:InformationElement.
# manifestations