Changes between Version 2 and Version 3 of DDBJ-KEGG-PDBj/Results

Show
Ignore:
Timestamp:
2010/02/12 16:34:51 (14 years ago)
Author:
akinjo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DDBJ-KEGG-PDBj/Results

    v2 v3  
    66= Some example queries = 
    77== Find KEGG pathways in which some protein structures are determined. == 
     8{{{ 
     9select * where { 
     10<http://www.pdbj.org/7tim> ?p ?o . 
     11} 
     12}}} 
     13 
     14{{{ 
     15select * 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}}}