query-2a5a31580ae13535a118e3e886af4b51

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#>
#title:Controllo biblioteche senza ISIL in Emilia-Romagna
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?istanzaLabel ?comuneLabel ?coord ?layer WHERE {
  {?item wdt:P31/wdt:P279* wd:Q7075} UNION {?item wdt:P31 wd:Q856584 .}
   ?item (wdt:P131)* wd:Q1263; wdt:P31 ?istanza
   OPTIONAL { ?item wdt:P791 ?isil . BIND("ISIL" as ?layer) } .
   ?item wdt:P131 ?comune .
    OPTIONAL { ?item wdt:P625 ?coord . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?comune") v6("?coord"):::projected v3("?isil") v2("?istanza") v1("?item"):::projected v4("?layer"):::projected a1((" ")) c3(["wd:Q7075"]):::iri c10(["bd:serviceParam"]):::iri c4(["wd:Q856584"]):::iri c6(["wd:Q1263"]):::iri c12(["it, en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 end union0r <== or ==> union0l end v1 --"wdt:P131"--> c6 v1 --"wdt:P31"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P791".-> v3 bind0[/"'ISIL'"/] bind0 --as--o v4 end v1 --"wdt:P131"--> v5 subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end