@metreeca/trio - v0.1.1
    Preparing search index...

    Function graph

    • Creates an RDF Graph.

      Collects the supplied triples into a flat sequence. The supplied triples are cloned, so later changes to them are not reflected in the graph.

      Parameters

      • ...triples: readonly Triple[]

        The triples making up the graph

      Returns Graph

      An immutable Graph of the supplied triples