query-7a400cf97645ca052ca0ef8ebd930c82
Identifiers (more than 10 000 uses each). (P7724)Littré ID , (P11118)Larousse Online French Dictionary ID , (P11178)Cordial Dictionary ID Here is a list of identifiers used on French lexemes ; on 2024/04/07, the top 3 is:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?prop ?propLabel (COUNT(?l) AS ?number) WHERE {
?l dct:language wd:Q150 ;
?dict ?id .
?prop wikibase:directClaim ?dict .
?prop wdt:P31 wd:Q56216056 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?prop ?propLabel
ORDER BY DESC ( ?number)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?dict")
v4("?id")
v2("?l"):::projected
v6("?number")
v5("?prop"):::projected
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q150"]):::iri
c5(["wd:Q56216056"]):::iri
v2 --"dct:language"--> c2
v2 -->v3--> v4
v5 --"wikibase:directClaim"--> v3
v5 --"wdt:P31"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind1[/"count(?l)"/]
v2 --o bind1
bind1 --as--o v6