[tracker/im] NCO: Reverse nco:fromIMAccount to nco:hasIMContact



commit c890c568c9a4bf499c85c1010958a375f0d2db9d
Author: Jürg Billeter <j bitron ch>
Date:   Wed Feb 3 12:09:07 2010 +0100

    NCO: Reverse nco:fromIMAccount to nco:hasIMContact
    
    This unties nco:IMContacts from nco:IMAccounts while still supporting
    links between the two for buddy lists.

 data/ontologies/32-nco.ontology |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 1339993..0e036cb 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -303,12 +303,11 @@ nco:extendedAddress a rdf:Property ;
 	tracker:fulltextIndexed true ;
 	tracker:weight 6 .
 
-nco:fromIMAccount a rdf:Property ;
+nco:hasIMContact a rdf:Property ;
 	rdfs:label "hasIMAccount" ;
 	rdfs:comment "Indicates that an Instant Messaging account owned by an entity represented by this contact." ;
-	rdfs:subPropertyOf nco:hasContactMedium ;
-	rdfs:domain nco:IMContact ;
-	rdfs:range nco:IMAccount .
+	rdfs:domain nco:IMAccount ;
+	rdfs:range nco:IMContact .
 
 # FIXME Range geo:Point but we dont have that class
 nco:hasLocation a rdf:Property ;



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