Type alias QueryResultCardinality

QueryResultCardinality: RDF.QueryResultCardinality & {
    dataset?: string;
}

Type declaration

  • Optional dataset?: string

    If this field is set, this means that the cardinality is defined across this whole dataset. If this field is not set, then the cardinality is only defined for the current stream.