convert abstract method

  1. @override
RdfDataset convert(
  1. Uint8List input
)
override

Decodes a binary RDF document and returns the appropriate RDF data structure.

This method transforms a binary RDF document into a structured RDF data object (graph, dataset, etc.) containing the parsed data from the input.

The input parameter is the binary RDF data to decode.

Implementation

@override
RdfDataset convert(Uint8List input);