8 Module graph🔗ℹ

 (require rdf/core/graph) package: rdf-core

A graph is a, possibly named, set of statements. While the RDF semantics define a graph as a set of statements this implementation uses a list which provides for duplicate statements. At any time the graph->distinct-graph function returns a version of the current graph with any duplicate statements removed.

    8.1 Graph Type

    8.2 Graph Predicates & Properties

    8.3 Indices

    8.4 Statement Members

    8.5 Graph Filters

    8.6 Graph Operations