Skip to content

Commit 01d4067

Browse files
author
Jean-Baptiste RUDANT
committed
Hack to make some items with missing english label or not appear
See #45
1 parent 375459e commit 01d4067

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/js/sparql/queries.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ const itemDetails = item => `
132132
FILTER ( langMatches(lang(?content), "EN"))
133133
}
134134
FILTER (
135-
langMatches(lang(?label), "EN") &&
136-
langMatches(lang(?clLabel), "EN"))
135+
# langMatches(lang(?label), "EN") &&
136+
# langMatches(lang(?clLabel), "EN"))
137+
# HACK english label missing http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z
138+
langMatches(lang(?label), "EN"))
137139
}
138140
`
139141

0 commit comments

Comments
 (0)