query-b4a829ed6079c045e3dd49a5c755e163
requête routes nationales
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?réf_route ?longueur ?coordonnées ?connection ?localisation WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr".
}
{
SELECT DISTINCT ?item WHERE {
?item p:P17 ?statement0. # pays Madagascar
?statement0 (ps:P17/(wdt:P279*)) wd:Q1019.
?item p:P31 ?statement1.
?statement1 (ps:P31/(wdt:P279*)) wd:Q34442. # pour l'instant obligé de mettre wd:Q34442 pour route,
# ?statement1 (ps:P31/(wdt:P279*)) wd:Q120784150. # après mise à jour : mettre celui là pour route nationale de madagascar
}
LIMIT 100
}
OPTIONAL { ?item wdt:P2043 ?longueur . }
OPTIONAL { ?item wdt:P1824 ?réf_route . }
OPTIONAL { ?item wdt:P131 ?localisation . } # entité dans laquelle elle passe
OPTIONAL { ?item wdt:P625 ?coordonnées . }
OPTIONAL { ?item wdt:P2789 ?connection . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v8("?connection"):::projected
v7("?coordonnées"):::projected
v1("?item"):::projected
v6("?localisation"):::projected
v4("?longueur"):::projected
v5("?réf_route"):::projected
v2("?statement0")
v3("?statement1")
a1((" "))
a2((" "))
c8(["wd:Q1019"]):::iri
c4(["fr"]):::literal
c11(["wd:Q34442"]):::iri
c2(["bd:serviceParam"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:P17"--> v2
v2 --"p:statement/P17"--> a1
a1 --"p:direct/P279"--> c8
v1 --"p:P31"--> v3
v3 --"p:statement/P31"--> a2
a2 --"p:direct/P279"--> c11
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P2043".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1824".-> v5
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P131".-> v6
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P625".-> v7
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P2789".-> v8
end