query-4714e99ad7f7075a980819d09395c9c1

rq turtle/ttl

Amendments to Indian Constitution

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
  ?item wdt:P31 wd:Q1269627.

  ?item p:P31 ?statement.
  ?statement pq:P642 wd:Q477108.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?statement") c2(["wd:Q1269627"]):::iri c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c5(["wd:Q477108"]):::iri v1 --"p:direct/P31"--> c2 v1 --"p:P31"--> v2 v2 --"p:qualifier/P642"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end