reteplayground
Select

Concepts bridged to the OpenAlex topic taxonomy

SELECT ?category ?name ?topic ?wikipedia ?depth WHERE {
  ?category epfl:alignedTopic ?topic ;
            epfl:name ?name .
  OPTIONAL { ?category epfl:referencePageUrl ?wikipedia }
  OPTIONAL { ?category epfl:depth ?depth }
}
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX epfl: <https://w3id.org/rete/epflgraph#> SELECT ?category ?name ?topic ?wikipedia ?depth WHERE { ?category epfl:alignedTopic ?topic ; epfl:name ?name . OPTIONAL { ?category epfl:referencePageUrl ?wikipedia } OPTIONAL { ?category epfl:depth ?depth } } LIMIT 25

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