[tracker] NMM: Put a domainIndex on MusicAlbum



commit baf2523c936b9b0ad96b8017b4a92110613d2d6f
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Nov 11 10:49:31 2010 +0100

    NMM: Put a domainIndex on MusicAlbum

 data/ontologies/38-nmm.ontology |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index e0f6f96..832e8e3 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-11-10T20:51:00Z" .
+	nao:lastModified "2010-11-11T10:49:00Z" .
 
 nmm:MusicPiece a rdfs:Class ;
 	rdfs:label "Music" ;
@@ -28,7 +28,7 @@ nmm:SynchronizedText a rdfs:Class ;
 nmm:MusicAlbum a rdfs:Class ;
 	rdfs:label "Music album" ;
 	tracker:notify true ;
-#	tracker:domainIndex nie:title ;
+	tracker:domainIndex nie:title ;
 	rdfs:subClassOf nfo:MediaList .
 
 nmm:Video a rdfs:Class ;



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