encoder property
Returns a TriG encoder instance
Creates a new encoder that can serialize an RDF dataset to TriG syntax. The encoder will be initialized with this codec's namespace mappings and encoder options.
Returns:
- A TriGEncoder configured with this codec's settings
Implementation
@override
RdfDatasetEncoder get encoder => TriGEncoder(
options: _encoderOptions,
namespaceMappings: _namespaceMappings,
);