Talk:Q61778309

From Wikidata
Jump to navigation Jump to search
description: 108th running of a major cycle race
Useful links:
Classification of the class 2021 Tour de France (Q61778309)  View with Reasonator View with SQID
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

WikiProject France

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
List of all stages

PAC2 (talk) 19:23, 2 July 2021 (UTC)[reply]