convert abstract method

  1. @override
Uint8List convert(
  1. RdfGraph graph
)
override

Encodes an RDF data structure to a binary representation.

Transforms an in-memory RDF data structure into an encoded binary format that can be stored or transmitted.

The data parameter is the RDF data structure to encode.

Implementation

@override
Uint8List convert(RdfGraph graph);