[tracker] NCO: remove max cardinality from nco:contributor and nco:creator



commit 36d76051bc18877ad9c022faf884085751d26951
Author: Carlos Garnacho <carlos lanedo com>
Date:   Thu Nov 5 14:04:55 2009 +0100

    NCO: remove max cardinality from nco:contributor and nco:creator
    
    There can conceivably be several of these.

 data/ontologies/32-nco.ontology |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 7072a7e..57e975e 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -207,7 +207,6 @@ nco:contributor a rdf:Property ;
 	rdfs:label "contributor" ;
 	rdfs:comment "An entity responsible for making contributions to the content of the InformationElement." ;
 	rdfs:subPropertyOf dc:contributor ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain nie:InformationElement ;
 	rdfs:range nco:Contact .
 
@@ -215,7 +214,6 @@ nco:creator a rdf:Property ;
 	rdfs:label "creator" ;
 	rdfs:comment "Creator of a data object, an entity primarily responsible for the creation of the content of the data object.]" ;
 	rdfs:subPropertyOf dc:creator , nco:contributor ;
-	nrl:maxCardinality 1 ;
 	rdfs:domain nie:InformationElement ;
 	rdfs:range nco:Contact ;
 	tracker:weight 4 .



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