How to use Query Service on data.jain.wiki? #2
Answered
by
adarshmadrecha
adarshmadrecha
asked this question in
Q&A
-
|
How to query for the data on jain wiki's wikibase? |
Beta Was this translation helpful? Give feedback.
Answered by
adarshmadrecha
Oct 3, 2025
Replies: 1 comment
-
|
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". }
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adarshmadrecha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample query for https://data.jain.wiki/query/