reteplayground
Select

Federation: resolve terms across chemotion + ChEBI

SELECT ?term ?label WHERE {
  VALUES ?term { obo:CHEBI_15377 obo:CHEBI_27732 obo:CHMO…
  ?term rdfs:label ?label
} ORDER BY ?term
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 6 rows · 2.0 s · no server, no download — the query runs in your browser.

The query

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX obo: <http://purl.obolibrary.org/obo/> SELECT ?term ?label WHERE { VALUES ?term { obo:CHEBI_15377 obo:CHEBI_27732 obo:CHMO_0000228 obo:BFO_0000015 obo:CHEBI_23367 } ?term rdfs:label ?label } ORDER BY ?term

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