query-7f28f2284cf57e6846cb1795e49dad4c
!). Hmmm, je vois bien le problème mais pas de vraiment de solution simple (par contre, c'est une excellente idée d'outils: Par défaut, on peut s'en sortir avec une requête SPARQL du style
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
wd:Q97013816 ?a ?b .
wd:Q28494480 ?a ?b .
}
Query found at
- https://www.wikidata.org/w/index.php?title=Topic:W2zpl7r5bzf63hn5&topic_showPostId=w3289k3e3ubtr9i8#flow-post-w3289k3e3ubtr9i8
- https://www.wikidata.org/wiki/Topic:W2zpl7r5bzf63hn5
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?a"):::projected
v2("?b"):::projected
c2(["wd:Q28494480"]):::iri
c1(["wd:Q97013816"]):::iri
c1 -->v1--> v2
c2 -->v1--> v2