Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Created March 25, 2014 13:34
Show Gist options
  • Save jctoledo/9761850 to your computer and use it in GitHub Desktop.
Save jctoledo/9761850 to your computer and use it in GitHub Desktop.
count the number of pdb structures in my study for which I computed MCBs
select count (distinct ?a)
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.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment