Add a new provide(Consumer<String> nquad) method to emit serialized RDF statements directly as N-Quads lines.
The serialized representation is already computed during the final step of canonicalization, so this addition would allow clients to efficiently consume canonicalized statements without extra processing or conversions.
This could be useful for streaming scenarios or integrations where immediate access to the serialized data is required.
Add a new
provide(Consumer<String> nquad)method to emit serialized RDF statements directly as N-Quads lines.The serialized representation is already computed during the final step of canonicalization, so this addition would allow clients to efficiently consume canonicalized statements without extra processing or conversions.
This could be useful for streaming scenarios or integrations where immediate access to the serialized data is required.