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

    Class NTriplesSerializer

    Serializer for N-Triples format (RDF 1.2 compatible).

    N-Triples is a line-based, plain text format for encoding RDF graphs. Each line contains a single triple: subject predicate object .

    RDF 1.2 adds support for triple terms (quoted triples) as subjects or objects.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    syntax: RdfSyntax = RdfSyntax.NTriples

    The RDF syntax supported by this serializer.

    Methods