We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375459e commit 01d4067Copy full SHA for 01d4067
1 file changed
src/js/sparql/queries.js
@@ -132,8 +132,10 @@ const itemDetails = item => `
132
FILTER ( langMatches(lang(?content), "EN"))
133
}
134
FILTER (
135
- langMatches(lang(?label), "EN") &&
136
- langMatches(lang(?clLabel), "EN"))
+ # langMatches(lang(?label), "EN") &&
+ # langMatches(lang(?clLabel), "EN"))
137
+ # HACK english label missing http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z
138
+ langMatches(lang(?label), "EN"))
139
140
`
141
0 commit comments