Lucas_Werkmeister_WMDE added a comment.

  A query using `VALUES` is probably a good candidate, something like this:
  
    SELECT ?item ?itemLabel ?other WHERE {
      VALUES (?item ?itemLabel ?other) {
        (wd:Q42 "Douglas Adams"@en "1952-03-11T00:00:00Z"^^xsd:dateTime)
        (wd:Q80 "Tim Berners-Lee"@de 
<http://commons.wikimedia.org/wiki/Special:FilePath/Sir%20Tim%20Berners-Lee%20%28cropped%29.jpg>)
      }
    }
  
  And we could check that the result shows a table and that the following 
strings appear somewhere in it:
  
  - `wd:Q42` (item IDs are abbreviated)
  - `Douglas Adams`
  - `March 11, 1952` (date values are rendered)
  - `wd:Q80`
  - `Tim Berners-Lee` (non-English values are supported)
  - `commons:Sir Tim Berners-Lee (cropped).jpg` (Commons links are abbreviated)

TASK DETAIL
  https://phabricator.wikimedia.org/T212649

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Addshore, Aklapper, Lucas_Werkmeister_WMDE, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, 
Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to