Talk:Q28469711

From Wikidata
Jump to navigation Jump to search

Autodescription — first (Q28469711)

description: ordinal number for 1
Useful links:
See also


Queries[edit]

All languages/notations[edit]

# Ordinals in all languages/notations: 0th to 100th
# by Jura1, 2021-04-05
SELECT ?nv ?item ?itemLabel (GROUP_CONCAT(DISTINCT(str(?l)); separator=", ") as ?all)
{
	?item wdt:P31 wd:Q191780 ; wdt:P1181 ?nv . 
    ?item (rdfs:label | skos:altLabel) ?l . 
    ?item rdfs:label ?enl . 
    FILTER( lang(?enl)="en" 
           && ?l != ?enl 
           && ?nv < 101 ) 
	SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
GROUP BY ?nv ?item ?itemLabel
ORDER BY ?nv
Try it!


Discussion[edit]