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
Is it expected behavior ? For instance, I had to pass code retrieval to OPTIONAL to make this query work:
PREFIX skos:<http://www.w3.org/2004/02/skos/core#> PREFIX xkos:<http://rdf-vocabulary.ddialliance.org/xkos#> SELECT ?label ?code { <http://stamina-project.org/codes/nafr2/naf> skos:prefLabel ?label . OPTIONAL { <http://stamina-project.org/codes/nafr2/naf> skos:notation ?code . } }
(more precisely, it was to make the itemDetails query work, because it gets the code of the classification the item belongs to).
itemDetails
The text was updated successfully, but these errors were encountered:
FranckCo
No branches or pull requests
Is it expected behavior ? For instance, I had to pass code retrieval to OPTIONAL to make this query work:
(more precisely, it was to make the
itemDetails
query work, because it gets the code of the classification the item belongs to).The text was updated successfully, but these errors were encountered: