zazuko / query-rdf-data-cube

Explore or query RDF Data Cubes with a JavaScript API, without writing SPARQL.
https://zazuko.github.io/query-rdf-data-cube/
9 stars 2 forks source link

Single label on components? #41

Closed jstcki closed 4 years ago

jstcki commented 4 years ago

Hi @vhf 👋

Currently, components have an array of labels but as far as I can see, there's always only one, since the languages are coalesced into the most specific result in the SPARQL query anyway.

I think it would make sense to change this to a single label, which is also the case for query result/observation values.

vhf commented 4 years ago

Good catch, yeah, that doesn't make sense.

vhf commented 4 years ago

Published as v0.5.0

jstcki commented 4 years ago

Thanks! Just noticed that the same applies for DataCube :)

vhf commented 4 years ago

@herrstucki Fixed!

44 v0.6.0