Interface GraphQueryResult

    • Method Detail

      • namespaces

        @Nonnull
        Namespaces namespaces()
        The set of namespaces, if specified, that are to be used with the result set.
        Returns:
        the namespaces
      • toGraph

        default java.util.Set<Statement> toGraph()
        Transform these results into a graph.
        Returns:
        the results as a graph
        Implementation Notes:
        This result set is closed as a side effect of the call.