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

    Class N3Formatter

    Formatter for Notation3 (N3).

    N3 extends Turtle with formulas (graph literals), implications (=>), reverse implications (<=), quick variables, and other features. Uses the scope stack for both formula braces (curly) and blank node brackets, replacing the manual formulaDepth / blankNodeDepth counters.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    syntax: RdfSyntax = RdfSyntax.N3

    The RDF syntax this formatter handles.

    Methods