query-21b063e213da23ee9cd8cd1f16c4a9d9

rq turtle/ttl

All properties using the specified qualifier with specified value, we may use: (Q1193907)link rot (P2241)reason for deprecated rank For searching all properties using qualifier

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?property ?value WHERE {
  ?item ?property ?value.
  ?value pq:P2241 wd:Q1193907.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} LIMIT 200

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?property"):::projected v3("?value"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q1193907"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 -->v2--> v3 v3 --"pq:P2241"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end