[tracker] NCAL: Remove cardinality restriction on ncal:rdate



commit b3932cc4d4a745f16105f5a4fec60aa66c4ccb3f
Author: Jürg Billeter <j bitron ch>
Date:   Thu May 28 16:25:58 2009 +0200

    NCAL: Remove cardinality restriction on ncal:rdate
    
    Fixes NB#119408.
---
 data/ontologies/35-ncal.ontology |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/data/ontologies/35-ncal.ontology b/data/ontologies/35-ncal.ontology
index 30d5909..9a9b153 100644
--- a/data/ontologies/35-ncal.ontology
+++ b/data/ontologies/35-ncal.ontology
@@ -745,7 +745,6 @@ ncal:contactAltRep a rdf:Property ;
 ncal:rdate a rdf:Property ;
 	rdfs:label "rdate" ;
 	rdfs:comment "['This property defines the list of date/times for a recurrence set. Inspired by RFC 2445 sec. 4.8.5.3. Note that RFC allows both DATE', 'DATE-TIME and PERIOD values for this property. That's why the range has been set to NcalTimeEntity.']" ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain ncal:UnionParentClass ;
 	rdfs:range ncal:NcalTimeEntity .
 



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