Skip to content

Commit bc8e052

Browse files
author
Jean-Baptiste RUDANT
committed
Hack to make missing english version of note missing appear
See #46
1 parent 01d4067 commit bc8e052

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/js/sparql/queries.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,14 @@ const itemDetails = item => `
129129
OPTIONAL {
130130
<${item}> xkos:coreContentNote ?content .
131131
?content xkos:plainText ?text .
132-
FILTER ( langMatches(lang(?content), "EN"))
132+
# HACK see #46
133+
# FILTER ( langMatches(lang(?content), "EN"))
133134
}
134135
FILTER (
135136
# langMatches(lang(?label), "EN") &&
136137
# langMatches(lang(?clLabel), "EN"))
137-
# 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
138140
langMatches(lang(?label), "EN"))
139141
}
140142
`

0 commit comments

Comments
 (0)