Last modified: 2013-08-15 12:05:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43054, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41054 - Special page to identify most likely properties for an item
Special page to identify most likely properties for an item
Status: RESOLVED DUPLICATE of bug 46555
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Wikidata bugs
: need-volunteer
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-15 21:51 UTC by jeblad
Modified: 2013-08-15 12:05 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description jeblad 2012-10-15 21:51:52 UTC
It could be possible to create a special page that lists the most likely properties to be used for a specific item. This list would be generated by analyzing the clustering of properties on other items. The different properties will have different likelihood given how they cluster together on items.

This special page would be a great help when a user is collecting properties for an item with no schema.
Comment 1 jeblad 2012-10-15 22:55:34 UTC
The special page will use an item as accessor, aka [[Special:LikelyProperties/SomeItem]], and list the likely properties in descending order with likelihood, label and description.
Comment 2 jeblad 2012-12-10 00:03:45 UTC
This kind of page is a maintenance page that aids in creating items.
Comment 3 jeblad 2013-01-06 07:05:06 UTC
The algorithm is something like

  for all used properties
    find all items using a property
    increment a counter for all additional properties used by the found item
  sort all found properties, excluding existing in the base item
  list the properties in descending order

A problem with this is the "find all items using a property" as this could be a very large set.
Comment 4 Jeroen De Dauw 2013-01-07 12:44:58 UTC
Sounds like a cool idea for an extension :)
Comment 5 jeblad 2013-01-08 10:26:36 UTC
I'm not sure if it can be made so efficient that it should be part of the core functionality. It will be pretty heavy on the server, so yes, it is probably better to put it in an extension.

I'm not even sure if it should be a special page, it would probably be better to somehow insert the list on the page when the user is editing an item or even use the ranking to sort items in an prefix search.
Comment 6 Addshore 2013-08-15 11:24:53 UTC
User:Magnus Manske/missing props.js already does a version of this.
I agree it would be much nicer to have a special page be able to say what properties are probably related to an item!
Comment 7 Lydia Pintscher 2013-08-15 12:05:04 UTC

*** This bug has been marked as a duplicate of bug 46555 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links