reteplayground
Select

What is 'Machine learning' near, in meaning?

SELECT ?concept ?name ?neighbour ?neighbourName ?wikipedi?concept epfl:name "Machine learning" ;
           epfl:similarTo ?neighbour .
  ?neighbour epfl:name ?neighbourName .
  OPTIONAL { ?neighbour epfl:referencePageUrl ?wikipedia }
  BIND("Machine learning" AS ?name)
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 ?concept ?name ?neighbour ?neighbourName ?wikipedia WHERE { ?concept epfl:name "Machine learning" ; epfl:similarTo ?neighbour . ?neighbour epfl:name ?neighbourName . OPTIONAL { ?neighbour epfl:referencePageUrl ?wikipedia } BIND("Machine learning" AS ?name) } LIMIT 25

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