query-701bdfa2543c6d17f5eb0adfd11ab87b
10 statements with constraint violations that are currently included SELECT * WHERE { ?x wikibase:hasViolationForConstraint ?y. } LIMIT 10
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
#10 statements with constraint violations that are currently included
SELECT * WHERE {
?x wikibase:hasViolationForConstraint ?y.
} LIMIT 10
Query found at
- https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2018/08
- https://www.wikidata.org/wiki/Wikidata_talk:WikiProject_property_constraints/Archive_2
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?x"):::projected
v2("?y"):::projected
v1 --"wikibase:hasViolationForConstraint"--> v2