Created
September 17, 2015 05:59
-
-
Save kozo2/04bd284e0b7de465b09a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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