query-b33fb1fe775e328b8b9f6d9736733435

rq turtle/ttl

Il est bien dans la liste des résultats si on restreint le seul résultat possible à cet aéroport

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#>
SELECT ?a_roport_recevant_du_trafic_commercial_r_gulier ?a_roport_recevant_du_trafic_commercial_r_gulierLabel ?coordonn_es_g_ographiques WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?a_roport_recevant_du_trafic_commercial_r_gulier wdt:P31 wd:Q94993988.
  OPTIONAL { ?a_roport_recevant_du_trafic_commercial_r_gulier wdt:P625 ?coordonn_es_g_ographiques. }
 values ?a_roport_recevant_du_trafic_commercial_r_gulier { wd:Q979272 }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?a_roport_recevant_du_trafic_commercial_r_gulier"):::projected v2("?coordonn_es_g_ographiques"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q94993988"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v3 --"wdt:P31"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P625".-> v2 end bind0[/VALUES ?a_roport_recevant_du_trafic_commercial_r_gulier/] bind0-->v3 bind00(["wd:Q979272"]) bind00 --> bind0