rete
playground
Select
Novelty tiers (IF)
Title
Tier
Accretion characterization of…
low
Accretion model of exoplanet…
low
Accretion theory of supernova…
low
Actuator analysis of SLAM dyn…
medium
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
50 rows · 1.1 ms · no server, no download — the query runs in your browser.
The query
PREFIX ex: <http://ex/> PREFIX dct: <http://purl.org/dc/terms/> SELECT ?title ?tier WHERE { ?paper dct:title ?title ; ex:noveltyScore ?score . BIND(IF(?score > 2.0, "high", IF(?score > 1.0, "medium", "low")) AS ?tier) } LIMIT 50
rete playground
·
documentation
·
github.com/caviri/rete