[tracker/miner-web: 5/77] NCO: Add nco:imAvatar property



commit 4c2f633055a0881102d6ac4ab2583d65a1a0b2e4
Author: Jürg Billeter <j bitron ch>
Date:   Wed Feb 24 17:22:12 2010 +0100

    NCO: Add nco:imAvatar property
    
    This allows attaching IM address-specific avatars to contacts. It also
    deprecates nco:imAccountAvatar as the same can be accomplished by the
    combination of nco:imAccountAddress and nco:imAvatar.

 data/ontologies/32-nco.ontology |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index f75b427..efb0d5b 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-02-16T11:00:00Z" .
+	nao:lastModified "2010-02-24T16:00:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -597,13 +597,20 @@ nco:sound a rdf:Property ;
 
 nco:imNickname a rdf:Property ;
 	rdfs:label "imNickname" ;
-	rdfs:comment "A nickname attached to a particular IM Account." ;
+	rdfs:comment "A nickname attached to a particular IM address." ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nco:IMAddress ;
 	rdfs:range xsd:string ;
 	tracker:fulltextIndexed true ;
 	tracker:weight 5 .
 
+nco:imAvatar a rdf:Property ;
+	rdfs:label "imAvatar" ;
+	rdfs:comment "A picture attached to a particular IM address.";
+	nrl:maxCardinality 1 ;
+	rdfs:domain nco:IMAddress ;
+	rdfs:range nie:DataObject .
+
 nco:hobby a rdf:Property ;
 	rdfs:label "hobby" ;
 	rdfs:comment "A hobby associated with a PersonContact. This property can be used to express hobbies and interests." ;
@@ -683,7 +690,8 @@ nco:imEnabled a rdf:Property ;
 
 nco:imAccountAvatar a rdf:Property ;
 	rdfs:label "account avatar" ;
-	rdfs:comment "The picture the user wants to show to others in this account";
+	rdfs:comment "The picture the user wants to show to others in this account. This has been replaced by nco:imAvatar.";
+	nao:deprecated true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nco:IMAccount ;
 	rdfs:range nie:DataObject .



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