reteplayground
Select

The let-7 family across every species that has it

SELECT ?species ?stemLoop ?conf WHERE {
  ?fam rdfs:label "let-7" .
  ?h mb:family ?fam ; rdfs:label ?stemLoop ;
     mb:organism/rdfs:label ?species .
  OPTIONAL { ?h mb:confidence ?conf }
}
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 mb: <https://w3id.org/rete/mirbase#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?species ?stemLoop ?conf WHERE { ?fam rdfs:label "let-7" . ?h mb:family ?fam ; rdfs:label ?stemLoop ; mb:organism/rdfs:label ?species . OPTIONAL { ?h mb:confidence ?conf } } ORDER BY ?species LIMIT 100

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