Skip to content

Instantly share code, notes, and snippets.

@egonw
Created August 20, 2014 14:01
Show Gist options
  • Save egonw/504667713eb27f0ba3bb to your computer and use it in GitHub Desktop.
Save egonw/504667713eb27f0ba3bb to your computer and use it in GitHub Desktop.
@PREFIX w : <http://drugmet.rilspace.org/wiki/Special:URIResolver/> .
SELECT distinct ?o
WHERE {
?s <http://drugmet.rilspace.org/resource/hasPKaValue> ?s2 .
?s2 <http://semanticscience.org/resource/SIO_000300> ?o .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment