We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@bjdmeest Please specify
The text was updated successfully, but these errors were encountered:
A special query button that works very differently than the other queries:
The query is always 2 queries:
select { $value ?p_out ?o_out ; }
select { ?s_in ?p_in $value ; }
where $value is a value from a dropdown. The result is a consolidated table that has all results of the 2 queries, and you can click through
$value
eg, for $value <ex.com/1>
You can click on any subject or object to get a similar table, but with a different main, eg. clicking on ex.com/4 gives
Sorry, something went wrong.
EmilioTR
No branches or pull requests
@bjdmeest Please specify
The text was updated successfully, but these errors were encountered: