query-d2440b58c7a6777cb42454eee754cd20

rq turtle/ttl

TODO

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#>
#Lista di biblioteche con coordinate geografiche e accessibili ai disabili
#defaultView:Map
SELECT ?biblioth_que ?coordonn_es_g_ographiques WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?biblioth_que (wdt:P31/(wdt:P279*)) wd:Q7075.
  OPTIONAL {  }
  OPTIONAL { ?biblioth_que wdt:P625 ?coordonn_es_g_ographiques. }


  ?biblioth_que wdt:P2846 wd:Q24192067.
  OPTIONAL {  }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?biblioth_que"):::projected v2("?coordonn_es_g_ographiques"):::projected a1((" ")) c10(["wd:Q24192067"]):::iri c7(["wd:Q7075"]):::iri c2(["bd:serviceParam"]):::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 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v2 end v1 --"wdt:P2846"--> c10 subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; end