We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See for instance http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z/classification/nafr2/sousClasse/23_69Z
Problem comes from missing labels in english.
The text was updated successfully, but these errors were encountered:
Test query:
PREFIX skos:http://www.w3.org/2004/02/skos/core# PREFIX xkos:http://rdf-vocabulary.ddialliance.org/xkos# SELECT ?clLabel { http://stamina-project.org/codes/nafr2/naf skos:prefLabel ?clLabel }
There's only a french label for the classification.
Sorry, something went wrong.
This query does not return any result, and I think it's related:
PREFIX dcterms: http://purl.org/dc/terms/ PREFIX skos: http://www.w3.org/2004/02/skos/core# SELECT ?code ?label ?issued WHERE { http://stamina-project.org/codes/cpfr21/cpf skos:notation ?code ; skos:prefLabel ?label ; dcterms:issued ?issued . FILTER ( langMatches(lang(?label), "EN")) }
So the page http://classification-explorer.noknot.fr/classification/cpfr21/details/cpf does not show up.
Hack to make some items with missing english label or not appear
01d4067
See #45
No branches or pull requests
See for instance http://classification-explorer.noknot.fr/classification/nafr2/sousClasse/23_69Z/classification/nafr2/sousClasse/23_69Z
Problem comes from missing labels in english.
The text was updated successfully, but these errors were encountered: