@@ -696,7 +680,7 @@ saref:UnitOfMeasure a owl:Class ;
s4grid:ActionOperationaowl:Class;
rdfs:comment"This class is the means of an action service to communicate in a procedure-type manner over the network (i.e. transmit data to/from other devices). It is the –machine interpretable- exposure of a –human understandable- Command to a network"@en;
rdfs:label"Action Operation"@en;
rdfs:subClassOfoneM2M:Operation.
rdfs:subClassOfsaref:Operation.
s4grid:ActionServiceaowl:Class;
rdfs:comment"This class is a representation of an action function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. Actions can be performed over classes that are characterised by an OBIS code"@en;
@@ -842,11 +826,11 @@ s4grid:GetOperation a owl:Class ;
rdfs:label"Get Operation"@en;
rdfs:subClassOf[aowl:Restriction;
owl:cardinality"1"^^xsd:nonNegativeInteger;
owl:onPropertyoneM2M:hasOutput],
owl:onPropertysaref:hasOutput],
[aowl:Restriction;
owl:cardinality"1"^^xsd:nonNegativeInteger;
owl:onPropertyoneM2M:hasInput],
oneM2M:Operation.
owl:onPropertysaref:hasInput],
saref:Operation.
s4grid:GetServiceaowl:Class;
rdfs:comment"This class is a representation of a get function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network"@en;
@@ -1000,8 +984,8 @@ s4grid:SetOperation a owl:Class ;
rdfs:label"Set Operation"@en;
rdfs:subClassOf[aowl:Restriction;
owl:cardinality"1"^^xsd:nonNegativeInteger;
owl:onPropertyoneM2M:hasInput],
oneM2M:Operation.
owl:onPropertysaref:hasInput],
saref:Operation.
s4grid:SetServiceaowl:Class;
rdfs:comment"This class is a representation of a set function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network"@en;