Merge lp:~ted/zeitgeist/action-events into lp:zeitgeist

Proposed by Ted Gould
Status: Merged
Merged at revision: 674
Proposed branch: lp:~ted/zeitgeist/action-events
Merge into: lp:zeitgeist
Diff against target: 15 lines (+5/-1)
1 file modified
data/ontology/zg.trig (+5/-1)
To merge this branch: bzr merge lp:~ted/zeitgeist/action-events
Reviewer Review Type Date Requested Status
Manish Sinha (मनीष सिन्हा) Approve
Review via email: mp+153590@code.launchpad.net

Commit message

Add ontology data for adding action usage in the ZG DB

Description of the change

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

To post a comment you must log in.
lp:~ted/zeitgeist/action-events updated
676. By Ted Gould

Drop the ActionEvent as we didn't need it.

Revision history for this message
Seif Lotfy (seif) wrote :

Thanks will merge and release again within the next 2 days :D

On Fri, Mar 15, 2013 at 5:21 PM, Ted Gould <email address hidden> wrote:

> Ted Gould has proposed merging lp:~ted/zeitgeist/action-events into
> lp:zeitgeist.
>
> Commit message:
> Add ontology data for adding action usage in the ZG DB
>
> Requested reviews:
> Zeitgeist Framework Team (zeitgeist)
>
> For more details, see:
> https://code.launchpad.net/~ted/zeitgeist/action-events/+merge/153590
>
> 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
> --
> https://code.launchpad.net/~ted/zeitgeist/action-events/+merge/153590
> Your team Zeitgeist Framework Team is requested to review the proposed
> merge of lp:~ted/zeitgeist/action-events into lp:zeitgeist.
>
> === modified file 'data/ontology/zg.trig'
> --- data/ontology/zg.trig 2011-12-31 13:30:23 +0000
> +++ data/ontology/zg.trig 2013-03-15 16:20:25 +0000
> @@ -73,7 +73,11 @@
> a rdfs:Class ;
> 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
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~zeitgeist
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~zeitgeist
> More help : https://help.launchpad.net/ListHelp
>
>

Revision history for this message
Ted Gould (ted) wrote :

On Fri, 2013-03-15 at 16:26 +0000, Seif Lotfy wrote:

> Thanks will merge and release again within the next 2 days :D

Awesome, thanks Seif!

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

The change has been committed to our git account
http://cgit.freedesktop.org/zeitgeist/zeitgeist/commit/?id=3dd83060fd468c13563664d41ee5cd435ce1d38e

It will be imported into the bazaar branch here.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ontology/zg.trig'
2--- data/ontology/zg.trig 2011-12-31 13:30:23 +0000
3+++ data/ontology/zg.trig 2013-03-15 16:25:25 +0000
4@@ -73,7 +73,11 @@
5 a rdfs:Class ;
6 rdfs:comment "Event triggered when a resource has been moved from a location to another. Fx. moving a file from a folder to another.";
7 rdfs:subClassOf zg:EventInterpretation.
8-
9+
10+zg:ApplicationAction
11+ a rdfs:Class ;
12+ rdfs:comment "Representation of a specific Action on an Application";
13+ rdfs:subClassOf nie:InformationElement.
14
15 # manifestations
16

Subscribers

People subscribed via source and target branches