reteplayground
Select

Why mature offsets are reified (mb:Placement)

SELECT ?mature ?stemLoop ?from ?to WHERE {
  ?pl a mb:Placement ; mb:mature ?m ; mb:stemLoop ?h ;
      mb:matureFrom ?from ; mb:matureTo ?to .
  ?m rdfs:label ?mature .
  ?h rdfs:label ?stemLoop .
  FILTER(STRSTARTS(?mature, "oan-miR-153"))
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 ?mature ?stemLoop ?from ?to WHERE { ?pl a mb:Placement ; mb:mature ?m ; mb:stemLoop ?h ; mb:matureFrom ?from ; mb:matureTo ?to . ?m rdfs:label ?mature . ?h rdfs:label ?stemLoop . FILTER(STRSTARTS(?mature, "oan-miR-153")) } ORDER BY ?mature ?stemLoop

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