query-154dc00d8fa71765036b244e8731b1c3

rq turtle/ttl

Orgs founded by PPM graph w images

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#>
#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?image ?org ?orgLabel WHERE {
  ?item wdt:P361 wd:Q7156556.
  OPTIONAL { ?item wdt:P18 ?image. }
  ?org wdt:P112 ?item.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?image"):::projected v1("?item"):::projected v3("?org"):::projected v4("?rgb") c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q7156556"]):::iri v1 --"wdt:P361"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end v3 --"wdt:P112"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind0[/"'00FFFF'"/] bind0 --as--o v4