| Lucas_Werkmeister_WMDE added a comment. |
Example query, showing the connections between some small selection of items:
#defaultView:Graph
SELECT ?item1 ?item1Label ?image ?item2 ?item2Label ?label WHERE {
VALUES ?item1 { wd:Q42 wd:Q350 wd:Q21 wd:Q84 wd:Q1860 wd:Q145 }
VALUES ?item2 { wd:Q42 wd:Q350 wd:Q21 wd:Q84 wd:Q1860 wd:Q145 }
?item1 ?wdt ?item2.
?property a wikibase:Property;
wikibase:directClaim ?wdt.
OPTIONAL { ?item1 wdt:P18 ?image. }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?item1 rdfs:label ?item1Label.
?item2 rdfs:label ?item2Label.
?property rdfs:label ?label.
}
}TASK DETAIL
EMAIL PREFERENCES
To: Lucas_Werkmeister_WMDE
Cc: gerritbot, Jonas, Lucas_Werkmeister_WMDE, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
Cc: gerritbot, Jonas, Lucas_Werkmeister_WMDE, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Avner, Lewizho99, Maathavan, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
