query-2c35e883d3d60e1cddd2a4ae5ded4c23

rq turtle/ttl

Toutes les bibliothèques du Québec SELECT DISTINCT distinct ?item ?itemLabel ?locatedLabel WHERE { ?item wdt:P31/wdt:P279 wd:Q7075 . ?item wdt:P17 wd:Q16. ?item wdt:P131/wdt:P131 wd:Q176 . ?item wdt:P131 ?located. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Toutes les bibliothèques du Québec
SELECT DISTINCT distinct ?item ?itemLabel ?locatedLabel WHERE {
  ?item wdt:P31/wdt:P279* wd:Q7075 . 
  ?item wdt:P17 wd:Q16.
  ?item wdt:P131/wdt:P131* wd:Q176 .
  ?item wdt:P131 ?located.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at