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

Sparql query - skos:notation does not exist for some classifications #21

Open
ghost opened this issue Sep 9, 2016 · 0 comments
Open
Assignees

Comments

@ghost
Copy link

ghost commented Sep 9, 2016

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).

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

1 participant