[tracker/im] NCO: Remove nco:MetaContact in favor of merged contacts



commit fdae4ff8514a220919d257447cf554ae8f258091
Author: Jürg Billeter <j bitron ch>
Date:   Wed Feb 3 11:49:47 2010 +0100

    NCO: Remove nco:MetaContact in favor of merged contacts

 data/ontologies/32-nco.ontology |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index b7814e8..fb70660 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -72,11 +72,6 @@ nco:IMAccount a rdfs:Class ;
 	tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement .
 
-nco:MetaContact a rdfs:Class ;
-        rdfs:label "MetaContact" ;
-	rdfs:comment "A metacontact groups PersonContacts and IMContacts coming from different sources, indicating that are the same entity in the real world." ;
-	rdfs:subClassOf rdfs:Resource.
-
 nco:PhoneNumber a rdfs:Class ;
 	rdfs:label "PhoneNumber" ;
 	rdfs:comment "A telephone number." ;
@@ -196,13 +191,6 @@ nco:url a rdf:Property ;
 	rdfs:range rdfs:Resource ;
 	tracker:weight 4 .
 
-nco:metacontact a rdf:Property ;
-        rdfs:label "metacontact" ;
-	rdfs:comment "Link a single contact with a metacontact" ;
-	nrl:maxCardinality 1 ;
-	rdfs:domain nco:PersonContact ;
-	rdfs:range nco:MetaContact .
-
 nco:contributor a rdf:Property ;
 	rdfs:label "contributor" ;
 	rdfs:comment "An entity responsible for making contributions to the content of the InformationElement." ;



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