query-5950b3a03d7e29ddfbdfde2bc43ac45d

rq turtle/ttl

ItemsDhira Biswal (Q20652472)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?prop ?propLabel WHERE {
   ?prop wikibase:directClaim ?wt_prop .
   ?item ?wt_prop wd:Q20652472
   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("?item"):::projected v1("?prop"):::projected v2("?wt_prop") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q20652472"]):::iri v1 --"wikibase:directClaim"--> v2 v3 -->v2--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end