[tracker] Ontology: added signals to Album, Artist and Imagelist (Meego#7202)



commit 199377b4c3c4c3e04a8b83bedd75759e9d934ca4
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Sep 30 15:21:45 2010 +0300

    Ontology: added signals to Album, Artist and Imagelist (Meego#7202)
    
    Requested in Meego.

 data/ontologies/38-nmm.ontology |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index cc4bb5a..103858d 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -13,7 +13,7 @@
 
 nmm: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nmm" ;
-	nao:lastModified "2010-07-16T10:51:50Z" .
+	nao:lastModified "2010-09-30T10:51:50Z" .
 
 nmm:MusicPiece a rdfs:Class ;
 	rdfs:label "Music" ;
@@ -27,6 +27,7 @@ nmm:SynchronizedText a rdfs:Class ;
 
 nmm:MusicAlbum a rdfs:Class ;
 	rdfs:label "Music album" ;
+        tracker:notify true ;
 	rdfs:subClassOf nfo:MediaList .
 
 nmm:Video a rdfs:Class ;
@@ -38,6 +39,7 @@ nmm:Video a rdfs:Class ;
 nmm:Artist a rdfs:Class ;
 	rdfs:label "Artist" ;
 	rdfs:comment "An artist." ;
+        tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement , nco:Role .
 
 nmm:Playlist a rdfs:Class ;
@@ -310,6 +312,7 @@ nmm:skipCounter a rdf:Property ;
 nmm:ImageList a rdfs:Class ;
 	rdfs:subClassOf nfo:MediaList ;
 	rdfs:label "Image album" ;
+        tracker:notify true ;
 	rdfs:comment "An album of images" .
 
 nmm:Photo a rdfs:Class ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]