Type Alias QueryResultCardinality

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

Type declaration

  • Optionaldataset?: 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.