query-99235fb8e3a05e5a03ffe1f0f9f74c4b

rq turtle/ttl

Graph of above with blue for external ids

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 ?app ?appLabel ?licenseLabel ?image ?propItem ?propItemLabel ?value ("00FFFF" AS ?rgb)  WHERE {
  ?app wdt:P361 wd:Q2896872.
  OPTIONAL {?app wdt:P275 ?license.}
  OPTIONAL {?app wdt:P154 ?image.}
  ?app ?prop ?value.
  ?propItem wikibase:directClaim ?prop.
  ?propItem wikibase:propertyType wikibase:ExternalId.

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; v1("?app"):::projected v3("?image"):::projected v2("?license") v4("?prop") v6("?propItem"):::projected v7("?rgb") v5("?value"):::projected c9(["bd:serviceParam"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q2896872"]):::iri c7(["wikibase:ExternalId"]):::iri v1 --"wdt:P361"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P275".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P154".-> v3 end v1 -->v4--> v5 v6 --"wikibase:directClaim"--> v4 v6 --"wikibase:propertyType"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind0[/"'00FFFF'"/] bind0 --as--o v7