@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Module src/util/quads

    As other project partners want the produced data structures as rdf quads, this module provides serialization capabilities for this purpose.

    At the time of writing this module I am unaware of any sophisticated rdf library for typescript which allows to serialize objects directly as rdf quads. Therefore, this module provides a simple serialization mechanism based on the popular n3.js library.

    Modules

    <internal>

    Interfaces

    GraphInformationForQuad
    QuadSerializationConfiguration

    Type Aliases

    EdgeInformationForQuad
    QuadContextRetriever
    QuadIdRetriever
    QuadIgnoreIf
    VertexInformationForQuad

    Variables

    DefaultQuadSerializationConfiguration

    Functions

    defaultQuadIdGenerator
    defaultQuadIgnoreIf
    graph2quads
    serialize2quads