Class ITER_CBOR

  • All Implemented Interfaces:
    IteratorFunction

    public class ITER_CBOR
    extends IteratorFunctionBase2
    Iterator function iter:CBOR takes as input a CBOR document, decodes it, and extracts a list of sub-JSON documents according to a JSONPath expression.
    • Param 1: (cbor) is a base64 encoding of the CBOR document in a RDF Literal with datatype URI <https://www.iana.org/assignments/media-types/application/cbor> or xsd:string
    • Param 2: (jsonpath) is the JSONPath expression in a RDF Literal with datatype xsd:string
    Author:
    Noorani Bakerally