query-73731560a9406e05fa1e0ff035efec7f

rq turtle/ttl

Groups of characters in the Marvel universe Groups of characters in the Marvel universe Groupe de personnages de l'univers Marvel Groups of characters in the Marvel universe Groups of characters in the Marvel universe Groepen personages in het Marvel-universum Grupper av karaktärer i Marvel-universumet Groups of characters in the Marvel universe Groups of characters in the Marvel universe Groups of characters in the Marvel universe

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 ?char ?charLabel ?group ?groupLabel ("7FFF00" as ?rgb)
WHERE {
    ?group wdt:P31 wd:Q14514600 ;  # group of fictional characters
          wdt:P1080 wd:Q931597.  # from Marvel universe
 ?char wdt:P463 ?group # member of group
  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("?char"):::projected v1("?group"):::projected v3("?rgb") c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q14514600"]):::iri c4(["wd:Q931597"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P1080"--> c4 v2 --"wdt:P463"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind0[/"'7FFF00'"/] bind0 --as--o v3