Run this query โno server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ65 rows ยท 236 ms ยท 512.0 KB of 48.7 MB read over HTTP range ยท no server, no download โ the query runs in your browser.
The query
SELECT ?direction ?property ?value WHERE {
{ <https://github.com/sdsc-ordes/gimie> ?property ?value BIND("out" AS ?direction) }
UNION
{ ?value ?property <https://github.com/sdsc-ordes/gimie> BIND("in" AS ?direction) }
} ORDER BY DESC(?direction) ?property