reteplayground
Select

★ Dependencies of a project via its GitHub repo (gimie)

SELECT ?dep ?depVer ?depSystem WHERE {
  ?pv deps:hasProject <https://github.com/sdsc-ordes/gimi…
      deps:dependsOn ?d .
  ?d deps:packageName ?dep ; schema:softwareVersion ?depV…
} ORDER BY ?dep LIMIT 50
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 12 rows · 35.8 s · no server, no download — the query runs in your browser.

The query

PREFIX deps: <https://w3id.org/rete/deps-dev#> PREFIX schema: <https://schema.org/> SELECT ?dep ?depVer ?depSystem WHERE { ?pv deps:hasProject <https://github.com/sdsc-ordes/gimie> ; deps:dependsOn ?d . ?d deps:packageName ?dep ; schema:softwareVersion ?depVer ; deps:system ?depSystem . } ORDER BY ?dep LIMIT 50

rete playground · documentation · github.com/caviri/rete