query-fc8a37ce173960186231728d859ff86c

rq turtle/ttl

to see structure

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT *
WHERE 
{
  wd:P277 wikibase:directClaim ?directClaim ;
          wikibase:claim ?Claim .

  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("?Claim"):::projected v1("?directClaim"):::projected c1(["wd:P277"]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"wikibase:directClaim"--> v1 c1 --"wikibase:claim"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end