From a484bedf630d49a508f011b19d2d97b50efff070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Wed, 22 May 2019 16:11:23 +0200 Subject: [PATCH] removed maximum cardinality --- ontology/saref.ttl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ontology/saref.ttl b/ontology/saref.ttl index 3ca1b95..b6ac638 100644 --- a/ontology/saref.ttl +++ b/ontology/saref.ttl @@ -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 . -- GitLab