Skip to content

Commit 4954cf8

Browse files
author
Jean-Baptiste RUDANT
committed
Sort classifications by label alphabetical order
Fix #36
1 parent c2a0e2f commit 4954cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/sparql/queries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const classifications = () => `
77
SELECT ?classification ?code ?label WHERE {
88
?classification rdf:type skos:ConceptScheme ; skos:notation ?code ; skos:prefLabel ?label .
99
FILTER ( langMatches(lang(?label), "EN"))
10-
} ORDER BY ?code
10+
} ORDER BY ?label
1111
1212
`
1313

0 commit comments

Comments
 (0)