diff --git a/context/hypermedia-context.jsonld b/context/hypermedia-context.jsonld
index 256a6c4a4..edba7b125 100644
--- a/context/hypermedia-context.jsonld
+++ b/context/hypermedia-context.jsonld
@@ -33,6 +33,7 @@
"unobserveallproperties": "td:unobserveAllProperties",
"invokeaction": "td:invokeAction",
"queryaction": "td:queryAction",
+ "queryallactions": "td:queryAllActions",
"cancelaction": "td:cancelAction",
"subscribeevent": "td:subscribeEvent",
"subscribeallevents": "td:subscribeAllEvents",
diff --git a/context/td-context-1.1.jsonld b/context/td-context-1.1.jsonld
index bfe09dccc..885befe4a 100644
--- a/context/td-context-1.1.jsonld
+++ b/context/td-context-1.1.jsonld
@@ -405,6 +405,7 @@
"unobserveallproperties": "td:unobserveAllProperties",
"invokeaction": "td:invokeAction",
"queryaction": "td:queryAction",
+ "queryallactions": "td:queryAllActions",
"cancelaction": "td:cancelAction",
"subscribeevent": "td:subscribeEvent",
"subscribeallevents": "td:subscribeAllEvents",
@@ -499,6 +500,7 @@
"unobserveallproperties": "td:unobserveAllProperties",
"invokeaction": "td:invokeAction",
"queryaction": "td:queryAction",
+ "queryallactions": "td:queryAllActions",
"cancelaction": "td:cancelAction",
"subscribeevent": "td:subscribeEvent",
"subscribeallevents": "td:subscribeAllEvents",
diff --git a/context/td-context.ttl b/context/td-context.ttl
index 1751d7914..c56ade0c7 100644
--- a/context/td-context.ttl
+++ b/context/td-context.ttl
@@ -692,6 +692,10 @@ _:hasForm-context Core Vocabulary Definitions
writeallproperties
,
readmultipleproperties
,
writemultipleproperties
, observeallproperties
,
- unobserveallproperties
, subscribeallevents
, or
+ unobserveallproperties
, queryallactions
,
+ subscribeallevents
, or
unsubscribeallevents
. (See
an example for an
usage of form
in a Thing instance.)
string
or Array of string
(one of readproperty
, writeproperty
, observeproperty
, unobserveproperty
, invokeaction
, queryaction
, cancelaction
, subscribeevent
, unsubscribeevent
, readallproperties
, writeallproperties
, readmultipleproperties
, writemultipleproperties
, observeallproperties
, unobserveallproperties
, subscribeallevents
, or unsubscribeallevents
)Possible values for the contentCoding
+ operation.
string
or Array of string
(one of readproperty
, writeproperty
, observeproperty
, unobserveproperty
, invokeaction
, queryaction
, cancelaction
, subscribeevent
, unsubscribeevent
, readallproperties
, writeallproperties
, readmultipleproperties
, writemultipleproperties
, observeallproperties
, unobserveallproperties
, subscribeallevents
, unsubscribeallevents
, or queryallactions
)Possible values for the contentCoding
property can be found, e.g., in the
IANA HTTP content coding registry.
additionalResponses
was added. It can be used to define error responses.queryaction
, cancelaction
, observeallproperties
, unobserveallproperties
, subscribeallevents
and unsubscribeallevents
were added to the definition of op
.queryaction
, cancelaction
, observeallproperties
, unobserveallproperties
, queryallactions
, subscribeallevents
and unsubscribeallevents
were added to the definition of op
.contentType
, contentCoding
, security
, op
were changed.additionalResponses
was added. It can be used to define error responses.queryaction
, cancelaction
, observeallproperties
, unobserveallproperties
, subscribeallevents
and unsubscribeallevents
were added to the definition of op
.queryaction
, cancelaction
, observeallproperties
, unobserveallproperties
, queryallactions
, subscribeallevents
and unsubscribeallevents
were added to the definition of op
.contentType
, contentCoding
, security
, op
were changed.IRI: https://www.w3.org/2019/wot/td#ActionAffordance
Sub-class of | td:InteractionAffordance |
In the domain of | td:hasInputSchema td:hasOutputSchema td:isIdempotent td:isSafe |
In the range of | td:hasActionAffordance |
IRI: https://www.w3.org/2019/wot/td#EventAffordance
Sub-class of | td:InteractionAffordance |
In the domain of | td:hasCancellationSchema td:hasNotificationSchema td:hasSubscriptionSchema |
In the range of | td:hasEventAffordance |
IRI: https://www.w3.org/2019/wot/td#InteractionAffordance
Super-class of | td:ActionAffordance td:EventAffordance td:PropertyAffordance |
In the domain of | td:hasForm td:hasUriTemplateSchema td:name |
In the range of | td:hasInteractionAffordance |
IRI: https://www.w3.org/2019/wot/td#OperationType
IRI: https://www.w3.org/2019/wot/td#OperationType
IRI: https://www.w3.org/2019/wot/td#PropertyAffordance
Sub-class of | td:InteractionAffordance |
In the domain of | td:isObservable |
In the range of | td:hasPropertyAffordance |
IRI: https://www.w3.org/2019/wot/td#Thing
In the domain of | td:hasForm td:hasInteractionAffordance td:hasSecurityConfiguration |
IRI: https://www.w3.org/2019/wot/td#hasActionAffordance
Range includes | td:ActionAffordance |
IRI: https://www.w3.org/2019/wot/td#hasCancellationSchema
Domain includes | td:EventAffordance |
IRI: https://www.w3.org/2019/wot/td#observeAllProperties
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#observeProperty
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#queryAction
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#queryAllActions
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#readAllProperties
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#readMultipleProperties
Instance of | td:OperationType |
IRI: https://www.w3.org/2019/wot/td#readProperty
Instance of | td:OperationType |
writeallproperties
,
readmultipleproperties
,
writemultipleproperties
, observeallproperties
,
- unobserveallproperties
, subscribeallevents
, or
+ unobserveallproperties
, queryallactions
,
+ subscribeallevents
, or
unsubscribeallevents
. (See
an example for an
usage of form
in a Thing instance.)
@@ -649,6 +650,7 @@
td:unobserveAllProperties
td:subscribeAllEvents
td:unsubscribeAllEvents
+ td:queryAllActions
);
sh:datatype xsd:string ;
sh:order 1 ;