convert abstract method
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
RdfGraph convert(Uint8List input);