query-906ac37bf6bf90876b8df7b11e5823a5

rq turtle/ttl

Propertieson focus list of Wikimedia project (P5008)studied in (P2579)described at URL (P973)

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 ?item ?itemLabel ?URL 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], it, en". }
  ?item wdt:P5008 wd:Q120325256.
  ?item wdt:P2579 wd:Q208365.
  OPTIONAL { ?item wdt:P973 ?URL. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?URL"):::projected v1("?item"):::projected c8(["wd:Q208365"]):::iri c6(["wd:Q120325256"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;, it, en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P5008"--> c6 v1 --"wdt:P2579"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P973".-> v2 end