Skip to content
New issue

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

SPO browser #93

Open
mvanbrab opened this issue Mar 19, 2024 · 1 comment
Open

SPO browser #93

mvanbrab opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@mvanbrab
Copy link
Collaborator

@bjdmeest Please specify

@bjdmeest
Copy link
Collaborator

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

eg, for $value <ex.com/1>

subject relation object
<ex.com/1> rdf:type ceon:Product
<ex.com/1> ceon:component <ex.com/4>
<manu.com/me ceon:makesProduct <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

subject relation object
<ex.com/4> rdf:type ceon:Component
<ex.com/1> ceon:component <ex.com/4>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants