RdfGraphSummary

The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the classes in the graph.

Link copied to clipboard

The number of classes in the graph.

Link copied to clipboard

The number of distinct predicates in the graph.

Link copied to clipboard

The number of distinct subjects in the graph.

Link copied to clipboard

The number of quads in the graph.

Link copied to clipboard

"A list of predicates in the graph, along with the predicate counts.

Link copied to clipboard

This field is only present when the request mode is DETAILED. It contains a list of subject structures.

Functions

Link copied to clipboard
inline fun copy(block: RdfGraphSummary.Builder.() -> Unit = {}): RdfGraphSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String