query-b1029547083b4a79aea803d695a30f96
Carte des éléments ayant un article Wikivoyage étoilé
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?item ?itemLabel ?county ?countryLabel ?coord WHERE {
?sitelink schema:about ?item;
schema:isPartOf <https://fr.wikivoyage.org/>;
schema:name ?string;
wikibase:badge wd:Q17437796.
?item wdt:P17 ?country;
wdt:P625 ?coord.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?coord"):::projected
v4("?country")
v2("?item"):::projected
v1("?sitelink")
v3("?string")
c10(["bd:serviceParam"]):::iri
c3([https://fr.wikivoyage.org/]):::iri
c12(["#91;AUTO_LANGUAGE#93;"]):::literal
c6(["wd:Q17437796"]):::iri
v1 --"schema:about"--> v2
v1 --"schema:isPartOf"--> c3
v1 --"schema:name"--> v3
v1 --"wikibase:badge"--> c6
v2 --"wdt:P17"--> v4
v2 --"wdt:P625"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end