openbudgets / Code-lists

Code list in fiscal data sets
0 stars 3 forks source link

kae-ota: multiple skos:prefLabels per concept #14

Closed jindrichmynarz closed 9 years ago

jindrichmynarz commented 9 years ago

In the kae-ota code list, there are multiple values of skos:prefLabel per concept. The values are not distinguished via language tag, which makes this violate the integrity constraint S14 from the SKOS specification.

skarampatakis commented 9 years ago

Problem corrected. Please check if everything is ok.

jindrichmynarz commented 9 years ago

If you run this query:

PREFIX skos: <http://www.w3.org/2004/02/skos/core#>

SELECT ?concept
WHERE {
  ?concept skos:prefLabel ?prefLabel .
}
GROUP BY ?concept
HAVING (COUNT(?prefLabel) > 1)

You will find out that the concepts <http://data.openbudgets.eu/resource/codelist/kaeota/20.641> still has multiple skos:prefLabels.

skarampatakis commented 9 years ago

Corrected.

jindrichmynarz commented 9 years ago

This issue is fixed.