query-45eb9cd47ddea527225c0f8d259fadbf

rq turtle/ttl

Self-referencing valueHi, the same QXXX ». Is it on purpose? (it doesn't seems so - usually it's a mistake -, I start reverting it when I noticed you did it on several items). (P155)follows I noticed that on several items you put a self-referencing value « QXXX See

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?q ?qLabel WHERE {
  ?q wdt:P155 ?q.
  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("?q"):::projected a1((" ")) c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["sameterm(?q,)"]] f0 --> v1 f0 --> a1 v1 --"wdt:P155"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end