User:Fralambert/WLE

From Wikidata
Jump to navigation Jump to search

Truc pour un éventuel Wiki love Earth au Canada

Parcs nationaux du Canada[edit]

SELECT DISTINCT ?item ?itemLabel ?coord ?image ?commonscat
WHERE {
	?item	wdt:P31 wd:Q1896949;
			wdt:P17 wd:Q16;
			wdt:P625 ?coord;    
  OPTIONAL { ?item wdt:P18 ?image . }
  OPTIONAL { ?item wdt:P373 ?commonscat . }
  FILTER NOT EXISTS { ?item wdt:P576 ?end }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en" . } 
}
Try it!

Refuges d'oiseaux migrateurs[edit]

SELECT DISTINCT ?item ?itemLabel ?coord ?image ?commonscat
WHERE {
	?item	wdt:P31 wd:Q3423162;
			wdt:P625 ?coord;    
  OPTIONAL { ?item wdt:P18 ?image . }
  OPTIONAL { ?item wdt:P373 ?commonscat . }
  FILTER NOT EXISTS { ?item wdt:P576 ?end }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } 
}
Try it!