query-6f2d9a6bf1c87c193971e86a0126342d

rq turtle/ttl

Unfortunately it is timing out. Is there some way to fix it? I also tried:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wds: <http://www.wikidata.org/entity/statement/>
SELECT DISTINCT ?item  ?statement WHERE {
    ?statement wikibase:hasViolationForConstraint wds:P1259-fd02cded-4d91-994a-43c1-2c983a1f0a23 .
    ?item ?p ?statement .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v3("?p") v1("?statement"):::projected c2(["wds:P1259-fd02cded-4d91-994a-43c1-2c983a1f0a23"]):::iri v1 --"wikibase:hasViolationForConstraint"--> c2 v2 -->v3--> v1