-
The readme's I want this file and its 186 budies. Should I run a SPARQL query ? SELECT ?isoLabel ?audio ?audioLabel
WHERE {
?audio prop:P4 entity:Q130 . # Filter: P4 language is Q130 zho ;
?audio prop:P2 entity:Q2 . # Filter: audios
?audio prop:P4 ?lang .
?lang prop:P13 ?iso .
# Add Labels
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}
# Helper: Chinese writing zho: lili:Q130/wd:Q7850 ; Chinese mandarin cmn: lili:Q113/wd:Q9192 |
Beta Was this translation helpful? Give feedback.
Answered by
kanasimi
Aug 18, 2022
Replies: 1 comment 26 replies
-
Yes. Please refer to https://kanasimi.github.io/wikiapi/Wikiapi.html#SPARQL |
Beta Was this translation helpful? Give feedback.
26 replies
Answer selected by
kanasimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Please refer to https://kanasimi.github.io/wikiapi/Wikiapi.html#SPARQL