Talk:Q61778309
Jump to navigation
Jump to search
Autodescription — 2021 Tour de France (Q61778309)
description: 108th running of a major cycle race
- Useful links:
- View it! – Images depicting the item on Commons
- Report on constraint conformation of “2021 Tour de France” claims and statements. Constraints report for items data
For help about classification, see Wikidata:Classification.
- Parent classes (classes of items which contain this one item)
- Subclasses (classes which contain special kinds of items of this class)
- ⟨
2021 Tour de France
⟩ on wikidata tree visualisation (external tool)(depth=1) - Generic queries for classes
- See also
- This documentation is generated using
{{Item documentation}}
.
SPARQL queries
[edit]#title: List of all stages
SELECT * WHERE {
?item wdt:P361 wd:Q61778309;
rdfs:label ?itemLabel.
FILTER((LANG(?itemLabel)) = "[AUTO_LANGUAGE]")
?item wdt:P1427 ?depart.
?depart rdfs:label ?departLabel.
FILTER((LANG(?departLabel)) = "[AUTO_LANGUAGE]")
?item wdt:P1444 ?arrivee.
?arrivee rdfs:label ?arriveeLabel.
FILTER((LANG(?arriveeLabel)) = "[AUTO_LANGUAGE]" )
?item wdt:P585 ?date.
}
ORDER BY ?date