Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Created March 25, 2014 14:24
Show Gist options
  • Save jctoledo/9762925 to your computer and use it in GitHub Desktop.
Save jctoledo/9762925 to your computer and use it in GitHub Desktop.
get the count of minimum cycles
select count (distinct ?cyc)
from <http://bio2rdf.org/rna_cycles_pdb>
where{
?a a <http://bio2rdf.org/pdb_vocabulary:Experiment>.
?mcb <http://bio2rdf.org/narf_vocabulary:derived_from> ?a.
?mcb <http://bio2rdf.org/narf_vocabulary:has_member> ?cyc.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment