This document contains RDF Vocabulary that can be used in CoAP forms of Web of Things Thing Descriptions.

This document is a work in progress

Introduction

To use in TD forms.

Axiomatization

Classes

BlockWiseTransferParameters

IRI: https://www.w3.org/2019/wot/coap#BlockWiseTransferParameters

Parameters used for block-wise transfer [[RFC7959]] and block-wise transfer supporting robust transmission [[RFC9177]].
In the domainĀ ofblock1Size
block2Size

Object Properties

blockwise

IRI: https://www.w3.org/2019/wot/coap#blockwise

Indicates that block-wise transfer [[RFC7959]] is supported.
RangeBlockWiseTransferParameters

qblockwise

IRI: https://www.w3.org/2019/wot/coap#qblockwise

Indicates that quick block-wise transfer [[RFC9177]] is supported.
RangeBlockWiseTransferParameters

Datatype Properties

accept

IRI: https://www.w3.org/2019/wot/coap#accept

Indicates that a Consumer must include an Accept option [[RFC7252]] with the given value when requesting the resource associated with this Form.
RangeunsignedShort

block1Size

IRI: https://www.w3.org/2019/wot/coap#block1Size

Indicates the largest block size that may be used in a Block1 or Q-Block1 Option
Domain includesBlockWiseTransferParameters
DomainBlockWiseTransferParameters
RangeunsignedShort

block2Size

IRI: https://www.w3.org/2019/wot/coap#block2Size

Indicates the largest block size that may be used in a Block2 or Q-Block2 Option
Domain includesBlockWiseTransferParameters
DomainBlockWiseTransferParameters
RangeunsignedShort

contentFormat

IRI: https://www.w3.org/2019/wot/coap#contentFormat

Specifies the Content-Format to be used by a client for input data and the Content-Format to be used by a server for output data (where applicable). The value must be the numeric Content-Format ID registered with IANA for the combination of the contentType and contentCoding specified in the same form.
RangeunsignedShort

hopLimit

IRI: https://www.w3.org/2019/wot/coap#hopLimit

Indicates that a CoAP Hop-Limit option [[RFC8768]] should be included in the request.
RangeunsignedByte

method

IRI: https://www.w3.org/2019/wot/coap#method

Indicates the CoAP method to be used in the request.
Rangestring

minPollingInterval

IRI: https://www.w3.org/2019/wot/coap#minPollingInterval

Provides a hint of what minimum polling interval (in seconds) the server is willing to accept before rejecting the client with a 4.29 (Too Many Requests) response [[RFC8516]].
RangeunsignedInt