Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created September 17, 2015 05:59
Show Gist options
  • Select an option

  • Save kozo2/04bd284e0b7de465b09a to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/04bd284e0b7de465b09a to your computer and use it in GitHub Desktop.
SELECT DISTINCT ?o3
WHERE {
kegg:C00267 ?p1 ?rp1 .
?rp1 rdf:type kegg:rpair .
?rp1 ?p3 ?o3 .
?o3 rdf:type kegg:compound .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment