Skip to content
New issue

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

Some items do not show up #45

Open
ghost opened this issue Nov 22, 2016 · 2 comments
Open

Some items do not show up #45

ghost opened this issue Nov 22, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 22, 2016

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.

@ghost
Copy link
Author

ghost commented Nov 22, 2016

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.

@ghost
Copy link
Author

ghost commented Nov 22, 2016

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.

ghost pushed a commit that referenced this issue Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants