[tracker] Bugfix for NB#120524, removed maxCardinality from ncal:rrule



commit a13af5ef941dd0b1e8c946ca296aebac799e5f33
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Jun 8 16:12:53 2009 +0200

    Bugfix for NB#120524, removed maxCardinality from ncal:rrule
---
 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 ee91f6b..149effc 100644
--- a/data/ontologies/35-ncal.ontology
+++ b/data/ontologies/35-ncal.ontology
@@ -568,7 +568,6 @@ ncal:date a rdf:Property ;
 ncal:rrule a rdf:Property ;
 	rdfs:label "rrule" ;
 	rdfs:comment "This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions. sec. 4.8.5.4" ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain ncal:UnionParentClass ;
 	rdfs:range ncal:RecurrenceRule .
 



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