9 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.

Tree Module Overview

    9.1 Graph Type

    9.2 Graph Predicates & Properties

    9.3 Indices

    9.4 Statement Members

    9.5 Graph Filters

    9.6 Graph Operations