Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Created February 13, 2014 20:37
Show Gist options
  • Save jctoledo/8983325 to your computer and use it in GitHub Desktop.
Save jctoledo/8983325 to your computer and use it in GitHub Desktop.
get the counts of level 2 profiles in rna structures
select distinct STR(?ahash) AS ?s COUNT(?s)
from <http://bio2rdf.org/narf:rna_cycles>
where{
?a a <http://bio2rdf.org/narf_vocabulary:cycle>.
?a <http://bio2rdf.org/narf_vocabulary:has_attribute> ?c.
?c a <http://bio2rdf.org/narf_vocabulary:cycle_profile_level_2> .
?c <http://bio2rdf.org/narf_vocabulary:has_md5hash> ?ahash .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment