Last modified: 2008-12-19 14:16:03 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 T18709, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16709 - Enhance show part of inline query to show subproperties
Enhance show part of inline query to show subproperties
Status: RESOLVED DUPLICATE of bug 12822
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Markus Krötzsch
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-19 10:09 UTC by Felix Kratzer
Modified: 2008-12-19 14:16 UTC (History)
0 users

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


Attachments

Description Felix Kratzer 2008-12-19 10:09:04 UTC
The given scenario:
V is a property
X is a property
Y is a propery (with [[subproperty of::X]]
Z is a propery (with [[subproperty of::X]]

when I do a query like this
{{#ask [[V::someValue]]
| ?X
}}
only things with a direct association to X are shown, but in some use-cases it would be great to also see all associations with subproperties of X

I understand that such a thing is quite complicated and requires a lot of computing, so I suggest to add a special show style if a query should explicitly show subproperties as well.

So the query from above returns results as it does currently, whereas the following query would also show Y and Z in the results:
{{#ask [[V::someValue]]
| +X
}}

I'm not sure whether "+" is the right character to use, but it clearly shows the difference between ? (zero or one) and + (one or more)
Comment 1 Markus Krötzsch 2008-12-19 14:16:03 UTC

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

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


Navigation
Links