query-dc424e6bd504d2901f6b0159dad8b0e0

rq turtle/ttl

P747 and P629Hi y'all, being inverse of each other and given the usual uses and the documentation of this project, it is my understand that these two properties are obviously incompatible. (P629)edition or translation of and (P747)has edition or translation ). Special:Diff/1405103592I added the constraint but Jura1 reverted me (I also started to clean all few items who wrongly use both property:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?q WHERE {
  ?q wdt:P747 ?a ; wdt:P629 ?b .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?a") v3("?b") v1("?q"):::projected v1 --"wdt:P747"--> v2 v1 --"wdt:P629"--> v3