Changes between Version 2 and Version 3 of DDBJ-KEGG-PDBj/Results
- Timestamp:
- 2010/02/12 16:34:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj/Results
v2 v3 6 6 = Some example queries = 7 7 == Find KEGG pathways in which some protein structures are determined. == 8 {{{ 9 select * where { 10 <http://www.pdbj.org/7tim> ?p ?o . 11 } 12 }}} 13 14 {{{ 15 select * where { 16 <http://www.pdbj.org/7tim> ?p ?o . 17 ?o ?p1 ?o1 . 18 ?o1 <http://www.ncbi.nlm.nih.gov/pubmed> ?o2 . 19 } 20 }}}