[tracker/multi-value-note] Make nco:note multi-valued.



commit 2f274a62ab9a1cd68d0336b4cdf80351d9a0641e
Author: Mathias Hasselmann <hasselmm gnome org>
Date:   Tue Aug 17 17:30:32 2010 +0200

    Make nco:note multi-valued.
    
    This fix is needed for "NB#183073 - Contact notes are not saved when a contact
    has two notes". Other devices seem to support multiple NOTE attributes.

 data/ontologies/32-nco.ontology |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index ef6ceaa..f5f560e 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-24T16:00:00Z" .
+	nao:lastModified "2010-08-17T16:28:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -418,7 +418,6 @@ nco:note a rdf:Property ;
 	rdfs:label "note" ;
 	rdfs:comment "A note about the object represented by this Contact. An equivalent for the 'NOTE' property defined in RFC 2426 Sec. 3.6.2" ;
 	rdfs:subPropertyOf nie:description ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain nco:Contact ;
 	rdfs:range xsd:string ;
 	tracker:fulltextIndexed true ;



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