Values.RDFGraphSummarySourceThe RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
type nonrec t = {numDistinctSubjects : Long.t option;The number of distinct subjects in the graph.
*)numDistinctPredicates : Long.t option;The number of distinct predicates in the graph.
*)numQuads : Long.t option;The number of quads in the graph.
*)numClasses : Long.t option;The number of classes in the graph.
*)classes : Classes.t option;A list of the classes in the graph.
*)predicates : LongValuedMapList.t option;"A list of predicates in the graph, along with the predicate counts.
*)subjectStructures : SubjectStructures.t option;This field is only present when the request mode is DETAILED. It contains a list of subject structures.
*)}