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

Indicates a numeric CoAP Content-Format [[RFC7252]] as a combination of Media Type and Content Coding. Must match the given contentType and contentCoding members.
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
Deploys by Netlify