Talk:Q28469711
Autodescription — first (Q28469711)
description: ordinal number for 1
- Useful links:
- View it! – Images depicting the item on Commons
- Report on constraint conformation of “first” claims and statements. Constraints report for items data
- See also
- This documentation is generated using
{{Item documentation}}
.
Queries
editAll 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