[tracker] NCO: Remove cardinality restriction in nco:hasPostalAddress



commit a12acc2d27f6bd7031ae8883355f8b2d1e5d9494
Author: Jürg Billeter <j bitron ch>
Date:   Thu Oct 1 10:50:55 2009 +0200

    NCO: Remove cardinality restriction in nco:hasPostalAddress
    
    Fixes NB#141309.

 data/ontologies/32-nco.ontology |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 15157f0..9aab0d4 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -531,7 +531,6 @@ nco:hasPostalAddress a rdf:Property ;
 	rdfs:label "hasPostalAddress" ;
 	rdfs:comment "The default Address for a Contact. An equivalent of the 'ADR' property as defined in RFC 2426 Sec. 3.2.1." ;
 	rdfs:subPropertyOf nco:hasContactMedium ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain nco:Role ;
 	rdfs:range nco:PostalAddress .
 



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