You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2026. It is now read-only.
At the moment it doesn't recognise the P2701=Q42332 part (which I want to use to select the value linking to the PDF document) and is just redirecting to the recognised bit, in other words the more general query https://hub.toolforge.org/Q47455628?property=P953, which by default chooses the first available value.
Any ideas out of this?
[UPDATE]
It looks like the critical point is that it doesn't support qualifiers. Perhaps I could add a qualifier= option to the code, that depends on property= ?
I want to do something like this:
At the moment it doesn't recognise the
P2701=Q42332part (which I want to use to select the value linking to the PDF document) and is just redirecting to the recognised bit, in other words the more general queryhttps://hub.toolforge.org/Q47455628?property=P953, which by default chooses the first available value.Any ideas out of this?
[UPDATE]
It looks like the critical point is that it doesn't support qualifiers. Perhaps I could add a
qualifier=option to the code, that depends onproperty=?