[tracker] Ontology: NCO: Set tracker:notify to true for nco:ContactList



commit 1b22943f9eee092a34c7f708ff08b2d7cd61d70f
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Sep 20 15:55:14 2010 +0100

    Ontology: NCO: Set tracker:notify to true for nco:ContactList

 data/ontologies/32-nco.ontology |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 2f72e73..b0408e0 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -11,7 +11,7 @@
 
 nco: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nco" ;
-	nao:lastModified "2010-09-15T15:00:00Z" .
+	nao:lastModified "2010-09-20T16:00:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -37,7 +37,8 @@ nco:ContactGroup a rdfs:Class ;
 nco:ContactList a rdfs:Class ;
 	rdfs:label "ContactList" ;
 	rdfs:comment "A contact list, this class represents an addressbook or a contact list of an IM application. Contacts inside a contact list can belong to contact groups." ;
-	rdfs:subClassOf nie:InformationElement .
+	rdfs:subClassOf nie:InformationElement ;
+	tracker:notify true .
 
 # Maybe a bug? Shouldnt it be a subclass of nie:InformationElement?
 nco:ContactMedium a rdfs:Class ;



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