[tracker] Notify changes in Contact and PersonContact



commit b3c0c74960b2109f95bfcaa1e51540d9749d0f9d
Author: Ivan Frade <ivan frade nokia com>
Date:   Tue Aug 18 16:40:05 2009 +0300

    Notify changes in Contact and PersonContact
    
    Enable change notification for nco:Contact and nco:PersonContact

 data/ontologies/32-nco.ontology |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 690d241..5ea4b30 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -24,6 +24,7 @@ nco:Affiliation a rdfs:Class ;
 nco:Contact a rdfs:Class ;
 	rdfs:label "Contact" ;
 	rdfs:comment "A Contact. A piece of data that can provide means to identify or communicate with an entity." ;
+	tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement , nco:Role .
 
 nco:ContactGroup a rdfs:Class ;
@@ -60,6 +61,7 @@ nco:OrganizationContact a rdfs:Class ;
 nco:PersonContact a rdfs:Class ;
 	rdfs:label "PersonContact" ;
 	rdfs:comment "A Contact that denotes a Person. A person can have multiple Affiliations." ;
+	tracker:notify true ;
 	rdfs:subClassOf nco:Contact .
 
 nco:PhoneNumber a rdfs:Class ;



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