Page MenuHomePhabricator

Introducing the WDProp tool
Closed, ResolvedPublic

Description

I will be introducing the WDProp tool
https://tools.wmflabs.org/wdprop/

and demonstrate how to get and compare the missing translation statistics, search properties, navigate properties by their datatypes and visualize translation path.

Event Timeline

Modification of the “property path” query to add permalink and diff:

SELECT * {
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:endpoint "www.wikidata.org" .
    bd:serviceParam wikibase:api "Generator" .
    bd:serviceParam mwapi:generator "revisions" .
    bd:serviceParam mwapi:titles "Property:P5008" .
    bd:serviceParam mwapi:grvprop "timestamp|comment" .
    bd:serviceParam mwapi:grvlimit "1".
    bd:serviceParam mwapi:prop  "revisions".
    ?time wikibase:apiOutput "revisions/rev[1]/@timestamp" .
    ?comment wikibase:apiOutput "revisions/rev[1]/@comment" .
    ?revision wikibase:apiOutput "revisions/rev[1]/@revid" .
  }
  BIND(URI(CONCAT("https://www.wikidata.org/wiki/Special:PermaLink/", ?revision)) AS ?permaLink)
  BIND(URI(CONCAT("https://www.wikidata.org/wiki/Special:Diff/", ?revision)) AS ?diff)
}
order by ?time
Vvjjkkii renamed this task from Introducing the WDProp tool to npcaaaaaaa.Jul 1 2018, 1:09 AM
Vvjjkkii removed Jsamwrites as the assignee of this task.
Vvjjkkii triaged this task as High priority.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed a subscriber: Aklapper.
JJMC89 renamed this task from npcaaaaaaa to Introducing the WDProp tool.Jul 1 2018, 8:04 AM
JJMC89 assigned this task to Jsamwrites.
JJMC89 raised the priority of this task from High to Needs Triage.
JJMC89 updated the task description. (Show Details)
JJMC89 added a subscriber: Aklapper.