We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a0e2f commit 4954cf8Copy full SHA for 4954cf8
1 file changed
src/js/sparql/queries.js
@@ -7,7 +7,7 @@ const classifications = () => `
7
SELECT ?classification ?code ?label WHERE {
8
?classification rdf:type skos:ConceptScheme ; skos:notation ?code ; skos:prefLabel ?label .
9
FILTER ( langMatches(lang(?label), "EN"))
10
- } ORDER BY ?code
+ } ORDER BY ?label
11
12
`
13
0 commit comments