rdf-hektos
    Preparing search index...

    Function procGraph

    • Process the graph

      Parameters

      • store: SparqlWebStore

        The store to query

      • subSelect: WhereArg

        The query to select the resources of interest

      • options: CliOptions

        The options for the process

      Returns Promise<
          {
              globalMetrics: GlobalMetrics;
              predicates: { [key: string]: Predicate };
          },
      >