query-1b1e633bda8d3e06cfd2046c13605adb
Context). (Q176)Quebec ((Q16)Canada , (Q39)Switzerland , (Q31)Belgium , (Q142)France Language spoken in ⊸ entity abstract entity languoid language (@)→Southern European language →(@) language human language Indo-European Italic Romance languages Western Romance Gallo-Iberian Gallo-Romance Gallo-Rhaetian Oïl French Corresponding language codes : for modern orthography(Q486561)orthographic corrections of French in 1990 fr-x- instead(Q39)Switzerland yet, use fr-x-fr-CHno for "standard" Frenchfr
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?languageCode (COUNT(?lexeme) AS ?count) WHERE {
?lexeme dct:language wd:Q150 ; wikibase:lemma ?lemma .
BIND(LANG(?lemma) AS ?languageCode)
}
GROUP BY ?languageCode
ORDER BY DESC(COUNT(?lexeme))
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?_anon_42b5416610844a34809f33a099ae9de1118005")
v5("?count")
v3("?languageCode"):::projected
v2("?lemma")
v1("?lexeme"):::projected
a1((" "))
c2(["wd:Q150"]):::iri
v1 --"dct:language"--> c2
v1 --"wikibase:lemma"--> v2
bind0[/"?lemma"/]
v2 --o bind0
bind0 --as--o v3
bind3[/"count(?lexeme)"/]
v1 --o bind3
bind3 --as--o v4
bind4[/"count(?lexeme)"/]
v1 --o bind4
bind4 --as--o v5