@faubulous/mentor-rdf-serializers
    Preparing search index...

    Class NTriplesFormatter

    Formatter for N-Triples (line-based RDF format).

    N-Triples is a simple line-based format where each line contains exactly one triple: subject predicate object .

    This formatter normalizes spacing and ensures proper line endings.

    Implements

    Index

    Constructors

    Properties

    syntax: RdfSyntax = RdfSyntax.NTriples

    The RDF syntax this formatter handles.

    Methods