Skip to content

Add provide(Consumer<String> nquad) method for emitting serialized N-Quads lines #27

@filip26

Description

@filip26

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions