query-770b9d2272cec2712f6cb4d3bcbd29c3
File format families graph
Use at
- https://query.wikidata.org/sparql
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 ?char ?charLabel ?group ?groupLabel ("7FFF00" AS ?rgb) WHERE {
?group wdt:P31 wd:Q26085352.
?group wdt:P1163 ?media.
#?char wdt:P361 ?group.
?group wdt:P527 ?char.
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;
v3("?char"):::projected
v1("?group"):::projected
v2("?media")
v4("?rgb")
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q26085352"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P1163"--> v2
v1 --"wdt:P527"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind0[/"'7FFF00'"/]
bind0 --as--o v4