We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d4067 commit bc8e052Copy full SHA for bc8e052
src/js/sparql/queries.js
@@ -129,12 +129,14 @@ const itemDetails = item => `
129
OPTIONAL {
130
<${item}> xkos:coreContentNote ?content .
131
?content xkos:plainText ?text .
132
- FILTER ( langMatches(lang(?content), "EN"))
+ # HACK see #46
133
+ # FILTER ( langMatches(lang(?content), "EN"))
134
}
135
FILTER (
136
# langMatches(lang(?label), "EN") &&
137
# langMatches(lang(?clLabel), "EN"))
- # HACK english label missing http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z
138
+ # HACK english label missing (see #45)
139
+ # http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z
140
langMatches(lang(?label), "EN"))
141
142
`
0 commit comments