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

    Class TurtleSerializer

    Serializer for Turtle format (RDF 1.2 compatible).

    Turtle is a human-readable format for RDF graphs with support for:

    • Prefix declarations for compact IRIs
    • Subject grouping with predicate-object lists
    • Object lists for shared subject-predicate
    • Blank node property lists
    • Collections (RDF lists)
    • Numeric and boolean literal shortcuts
    • The 'a' shorthand for rdf:type

    RDF 1.2 adds support for:

    • Triple terms: <<( subject predicate object )>>
    • Reified triples: << subject predicate object >> or << ... ~ reifierId >>
    • Annotations: {| predicate object |}
    • Base direction for language tags: @en--ltr,

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    syntax: RdfSyntax = RdfSyntax.Turtle

    The RDF syntax supported by this serializer.

    Methods