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

ql:has-relation not documented #64

Closed
SimonSelg opened this issue Jun 14, 2018 · 0 comments
Closed

ql:has-relation not documented #64

SimonSelg opened this issue Jun 14, 2018 · 0 comments
Assignees

Comments

@SimonSelg
Copy link

SimonSelg commented Jun 14, 2018

There is only one example query:

PREFIX we: <http://www.wikidata.org/entity/>
PREFIX wp: <http://www.wikidata.org/prop/direct/>
SELECT ?r (COUNT(?r) as ?count) WHERE {
  ?a wp:P106 we:Q11631 .
  ?a ql:has-relation ?r
}
GROUP BY ?r
ORDER BY DESC(?count)

Could ql:has-relation please be documented?

@floriankramer floriankramer self-assigned this Jun 14, 2018
floriankramer added a commit to floriankramer/QLever that referenced this issue Jun 14, 2018
niklas88 added a commit that referenced this issue Jun 15, 2018
Add documentation for ql:has-relation. Fixes #64
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

2 participants