Commit 910c11ca authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

remove device subclass axiom

parent 9780f483
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -958,14 +958,6 @@ saref:Command rdf:type owl:Class ;
  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."@en ;
  rdfs:label "Command"@en .


###  https://saref.etsi.org/core/Device
saref:Device rdf:type owl:Class ;
  rdfs:subClassOf ssn:System ;
  rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
  rdfs:label "Device"@en .


###  https://saref.etsi.org/core/FeatureOfInterest
saref:FeatureOfInterest rdf:type owl:Class ;
  rdfs:subClassOf [ rdf:type owl:Restriction ;