reteplayground
Select

High-confidence human miRNAs and their cross-references

SELECT ?name ?seq ?xref WHERE {
  ?m a mb:MatureMiRNA ; mb:highConfidence true ;
     rdfs:label ?name ; mb:sequence ?seq ;
     mb:derivesFrom/mb:organism obo:NCBITaxon_9606 .
  OPTIONAL { ?m rdfs:seeAlso ?xref }
}
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#> PREFIX obo: <http://purl.obolibrary.org/obo/> SELECT ?name ?seq ?xref WHERE { ?m a mb:MatureMiRNA ; mb:highConfidence true ; rdfs:label ?name ; mb:sequence ?seq ; mb:derivesFrom/mb:organism obo:NCBITaxon_9606 . OPTIONAL { ?m rdfs:seeAlso ?xref } } LIMIT 50

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