From 57362a59446f0b53d3df4eae8c9e6e40e872d1b2 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Tue, 27 Aug 2024 09:55:15 +0200 Subject: [PATCH] Add "(approx.)" to the unique count column label Issue: https://github.com/RiverBench/RiverBench/issues/98 --- src/documentation.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation.ttl b/src/documentation.ttl index b1d5d97..e29d17b 100644 --- a/src/documentation.ttl +++ b/src/documentation.ttl @@ -452,7 +452,7 @@ rb:sum rbdoc:hasDocWeight "2100"^^xsd:int . rb:uniqueCount rbdoc:hasDocWeight "2101"^^xsd:int ; - rbdoc:hasLabelOverride "Unique"@en . + rbdoc:hasLabelOverride "Unique (approx.)"@en . rb:usesGeneralizedRdfDatasets rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ;