query-d267553ba9c3cf11eda27f7931f4a3f5

rq turtle/ttl

Circular referencesDirect circular references:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?x ?xLabel ("FF4444" AS ?rgb) ?y ?yLabel ?z ?zLabel
WHERE {
  ?x wdt:P279 ?y;
     ^wdt:P279 ?y;
     wdt:P279 ?z.
  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; v4("?rgb") v1("?x"):::projected v2("?y"):::projected v3("?z"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P279"--> v2 v2 --"wdt:P279"--> v1 v1 --"wdt:P279"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end bind0[/"'FF4444'"/] bind0 --as--o v4