Bugreporter created this task. Bugreporter added projects: Wikidata-Query-Service, Wikidata. Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTION Data table such as https://commons.wikimedia.org/wiki/Data:Emoji/List.tab may be queryable in WDQS. Possible format 1 (each row in becomes an item, each column a relation, the contents of each cell a value): SELECT * WHERE { ?emoji wdt:P487 ?char. ?link schema:about ?emoji; schema:isPartOf <https://en.wikipedia.org/>; schema:name ?title . SERVICE wikibase:tabular { bd:serviceParam wikibase:data "https://commons.wikimedia.org/wiki/Data:Emoji/List.tab" . ?line tabfields:emoji ?emoji. ?line tabfields:name ?name. ?line tabfields:keywords ?keywords. } } Possible format 2 (similar to existing MWAPI): SELECT * WHERE { ?emoji wdt:P487 ?char. ?link schema:about ?emoji; schema:isPartOf <https://en.wikipedia.org/>; schema:name ?title . SERVICE wikibase:tabular { bd:serviceParam wikibase:data "https://commons.wikimedia.org/wiki/Data:Emoji/List.tab" . ?emoji wikibase:apiOutput "emoji". ?name wikibase:apiOutput "name". ?keywords wikibase:apiOutput "keywords". } } All tabular data are in public domain or a free license. TASK DETAIL https://phabricator.wikimedia.org/T230759 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Bugreporter Cc: Aklapper, Bugreporter, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
