[tracker/slo-onto: 1/12] NCO: Fixed maxCardinality for some properties



commit d651328d1e9c57657c5412150d38d5b691cae574
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Jan 11 10:59:55 2011 +0100

    NCO: Fixed maxCardinality for some properties

 data/ontologies/32-nco.ontology |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 9cf8dac..72126d0 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-10-11T15:00:00Z" .
+	nao:lastModified "2011-01-11T11:00:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -850,8 +850,10 @@ nco:imAddressAuthStatusTo a rdf:Property ;
 
 
 # Proposal for Nepomuk
+# FIXME why range is not Video?
 nco:video a rdf:Property ;
 	rdfs:label "Contact video";
 	rdfs:comment "Video avatar of a contact. Note that is an icon/avatar, not a generic 'present in video' property";
 	rdfs:domain nco:Role ;
-	rdfs:range nie:DataObject.
+	nrl:maxCardinality 1 ;
+	rdfs:range nie:DataObject .



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