Commit a484bedf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

removed maximum cardinality

parent d7270bbf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -337,10 +337,6 @@ saref:Command rdf:type owl:Class ;
                                owl:onProperty saref:isCommandOf ;
                                owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                owl:onClass saref:Function
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty saref:hasDescription ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
              rdfs:label "Command"^^xsd:string .