[tracker] Fixes NB#186055: NCO: Remove cardinality restriction in nco:note



commit 4da762c820fda8f5125f82593d52a26a7dd038c0
Author: Jürg Billeter <j bitron ch>
Date:   Wed Sep 15 17:23:57 2010 +0200

    Fixes NB#186055: NCO: Remove cardinality restriction in nco:note

 data/ontologies/32-nco.ontology |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index ef6ceaa..2f72e73 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-09-15T15:00:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -417,8 +417,6 @@ nco:addressLocation a rdf:Property ;
 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]