Help
SPARQL
Revision as of 23:45, 3 December 2021 by Yug (talk | contribs) (→✅ Property Gender(Q7) → list all possible values)
Revision as of 23:45, 3 December 2021 by Yug (talk | contribs) (→✅ Property Gender(Q7) → list all possible values)
Base
✅ Property Gender(Q7) → list all possible values
SELECT ?item ?itemLabel
WHERE {
?item prop:P2/prop:P9 * entity:Q7
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
}
}
|
|
✅ Query → list all speakers
select ?locutor ?locutorLabel
where {
?locutor prop:P2 entity:Q3 .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
}
}
|
|