Author: zaltenbach
Description:
In SMW you can state a property as subproperty of a more general property.
E.g. you can state for Property:HasProjectLeader: [[subproperty of::Property:HasResponsiblePerson]].
Now assume you want to query for all things having a responsible person and print out the responsible person:
{{#ask: [[HasResponsiblePerson::+]] | ?HasResponsiblePerson}}
You also get pages using more specialized properties (e.g. HasProjectLeader); however the printout does not work if a more specialized property is used.
Version: unspecified
Severity: minor