Comunica
    Preparing search index...

    A non-standard operator to represent the nodes of a graph. It returns all nodes (subjects or objects) in the graph. https://www.w3.org/TR/sparql12-query/#defn_nodeSet

    interface NodesUnopened {
        graph: Term;
        metadata?: Record<string, unknown>;
        subType?: string;
        type: NODES;
        variable: Variable;
    }

    Hierarchy (View Summary)

    Index

    Properties

    graph: Term
    metadata?: Record<string, unknown>
    subType?: string
    type: NODES
    variable: Variable