Skip to content
Discussion options

You must be logged in to vote

Sample query for https://data.jain.wiki/query/

PREFIX yq: <https://data.jain.wiki/entity/>
PREFIX yp: <https://data.jain.wiki/prop/direct/>

SELECT ?item ?itemLabel ?itemDescription ?loc WHERE {
  # ?item yp:P1 yq:Q3 .
   ?item yp:P5 ?loc .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adarshmadrecha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant