Values.RDFGraphSummaryValueMapSourcePayload for an RDF graph summary response.
type nonrec t = {version : String_.t option;The version of this graph summary response.
*)lastStatisticsComputationTime : SyntheticTimestamp_date_time.t option;The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
*)graphSummary : RDFGraphSummary.t option;The graph summary of an RDF graph. See Graph summary response for an RDF graph.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `List of
[> `Map of
([> `String of String_.t ] * [> `Long of Long.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Long of Long.t ])
list ]
list
| `Long of Long.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]